Skip to content

Commit

Permalink
Merge pull request #63 from blaggacao/patch-4
Browse files Browse the repository at this point in the history
towards #35
  • Loading branch information
domenkozar committed Oct 6, 2020
2 parents cd87afb + d39ad26 commit f21ddac
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions modules/hooks.nix
Original file line number Diff line number Diff line change
Expand Up @@ -128,8 +128,14 @@ in
name = "shellcheck";
description = "Format shell files";
types =
# based on `goodShells` in https://github.com/koalaman/shellcheck/blob/master/src/ShellCheck/Parser.hs
[
"sh"
"ash"
"bash"
"bats"
"dash"
"ksh"
];
entry = "${tools.shellcheck}/bin/shellcheck";
};
Expand Down

0 comments on commit f21ddac

Please sign in to comment.