plugins/none-ls: init staticcheck

This commit is contained in:
Mikael Fangel 2023-12-23 23:37:38 +01:00 committed by Gaétan Lepage
parent 6e8bc402af
commit 9119cc1554
2 changed files with 4 additions and 0 deletions

View file

@ -78,6 +78,9 @@ with lib; let
shellcheck = { shellcheck = {
package = pkgs.shellcheck; package = pkgs.shellcheck;
}; };
staticcheck = {
pacakge = pkgs.go-tools;
};
statix = { statix = {
package = pkgs.statix; package = pkgs.statix;
}; };

View file

@ -68,6 +68,7 @@
markdownlint.enable = true; markdownlint.enable = true;
shellcheck.enable = true; shellcheck.enable = true;
statix.enable = true; statix.enable = true;
staticcheck.enable = true;
vale.enable = true; vale.enable = true;
vulture.enable = true; vulture.enable = true;
alex.enable = true; alex.enable = true;