mirror of
https://github.com/cp2k/cp2k.git
synced 2026-07-26 21:25:19 -04:00
precommit: Enable shellcheck for all .sh files
This commit is contained in:
parent
a9dabe7810
commit
019b66ef5e
2 changed files with 1 additions and 26 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue