plugins/none-ls: init revive

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

View file

@ -72,6 +72,9 @@ with lib; let
pylint = { pylint = {
package = pkgs.pylint; package = pkgs.pylint;
}; };
revive = {
pacakge = pkgs.revive;
};
shellcheck = { shellcheck = {
package = pkgs.shellcheck; package = pkgs.shellcheck;
}; };

View file

@ -72,6 +72,7 @@
vulture.enable = true; vulture.enable = true;
alex.enable = true; alex.enable = true;
protolint.enable = true; protolint.enable = true;
revive.enable = true;
hadolint.enable = true; hadolint.enable = true;
luacheck.enable = true; luacheck.enable = true;
mypy.enable = true; mypy.enable = true;