We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c5ac3aa + 61bda56 commit 3e3d45cCopy full SHA for 3e3d45c
modules/hooks.nix
@@ -1055,16 +1055,6 @@ in
1055
name = "shellcheck";
1056
description = "Format shell files.";
1057
types = [ "shell" ];
1058
- types_or =
1059
- # based on `goodShells` in https://github.com/koalaman/shellcheck/blob/master/src/ShellCheck/Parser.hs
1060
- [
1061
- "sh"
1062
- "ash"
1063
- "bash"
1064
- "bats"
1065
- "dash"
1066
- "ksh"
1067
- ];
1068
entry = "${tools.shellcheck}/bin/shellcheck";
1069
};
1070
bats =
0 commit comments