1
0
forked from clan/clan-infra

enable more linteres

This commit is contained in:
Jörg Thalheim 2024-07-08 16:50:51 +02:00
parent d404814920
commit 97debd3628
2 changed files with 19 additions and 14 deletions

View File

@ -68,6 +68,11 @@
programs.shellcheck.enable = true;
programs.deno.enable = true;
programs.ruff.check = true;
programs.ruff.format = true;
programs.yamlfmt.enable = true;
settings.global.excludes = [
# generated files
"sops/*"