Skip to content

Commit 3e3d45c

Browse files
authored
Merge pull request #339 from mmlb/fix-shellcheck
Let shellcheck handle good vs bad shell types
2 parents c5ac3aa + 61bda56 commit 3e3d45c

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

modules/hooks.nix

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1055,16 +1055,6 @@ in
10551055
name = "shellcheck";
10561056
description = "Format shell files.";
10571057
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-
];
10681058
entry = "${tools.shellcheck}/bin/shellcheck";
10691059
};
10701060
bats =

0 commit comments

Comments
 (0)