treefmt: add shellcheck, shfmt
This commit is contained in:
parent
384bf9fb9d
commit
977d1d6934
1 changed files with 5 additions and 0 deletions
|
@ -10,6 +10,8 @@
|
||||||
prettier.enable = true;
|
prettier.enable = true;
|
||||||
ruff-check.enable = true;
|
ruff-check.enable = true;
|
||||||
ruff-format.enable = true;
|
ruff-format.enable = true;
|
||||||
|
shellcheck.enable = true;
|
||||||
|
shfmt.enable = true;
|
||||||
statix.enable = true;
|
statix.enable = true;
|
||||||
terraform.enable = true;
|
terraform.enable = true;
|
||||||
};
|
};
|
||||||
|
@ -42,6 +44,9 @@
|
||||||
priority = 9; # last
|
priority = 9; # last
|
||||||
};
|
};
|
||||||
|
|
||||||
|
shellcheck.priority = 1;
|
||||||
|
shfmt.priority = 2;
|
||||||
|
|
||||||
# nix
|
# nix
|
||||||
deadnix.priority = 1;
|
deadnix.priority = 1;
|
||||||
statix.priority = 2;
|
statix.priority = 2;
|
||||||
|
|
Loading…
Add table
Reference in a new issue