treefmt: add shellcheck, shfmt

This commit is contained in:
zowoq 2024-09-17 12:08:32 +10:00
parent 384bf9fb9d
commit 977d1d6934

View file

@ -10,6 +10,8 @@
prettier.enable = true;
ruff-check.enable = true;
ruff-format.enable = true;
shellcheck.enable = true;
shfmt.enable = true;
statix.enable = true;
terraform.enable = true;
};
@ -42,6 +44,9 @@
priority = 9; # last
};
shellcheck.priority = 1;
shfmt.priority = 2;
# nix
deadnix.priority = 1;
statix.priority = 2;