precommit: Enable shellcheck for all .sh files

This commit is contained in:
Ole Schütt 2021-03-10 11:13:27 +01:00 committed by Ole Schütt
parent a9dabe7810
commit 019b66ef5e
2 changed files with 1 additions and 26 deletions

View file

@ -190,7 +190,7 @@ def process_file(fn, allow_modifications):
elif re.match(r".*\.sh$", fn):
run_remote_tool("shfmt", fn)
# run_remote_tool("shellcheck", fn)
run_remote_tool("shellcheck", fn)
elif re.match(r".*\.md$", fn):
run_remote_tool("markdownlint", fn)