[chutney/master] shellcheck: Check the pre-commit hook

19 Feb
2020
19 Feb
'20
12:22 a.m.
commit 162d7eb1dad9d37d3c6963b037a82309dfa0a57a Author: teor <teor@torproject.org> Date: Mon Feb 17 16:17:50 2020 +1000 shellcheck: Check the pre-commit hook Part of 32792. --- tests/shellcheck-tests.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/shellcheck-tests.sh b/tests/shellcheck-tests.sh index b24a770..84eade8 100755 --- a/tests/shellcheck-tests.sh +++ b/tests/shellcheck-tests.sh @@ -24,3 +24,5 @@ echo "$myname: running shellcheck tests with $EXCLUSIONS" shellcheck "$EXCLUSIONS" chutney find . -name "*.sh" -exec shellcheck "$EXCLUSIONS" {} + + +find . -name "*.git-hook" -exec shellcheck "$EXCLUSIONS" {} +
1964
Age (days ago)
1964
Last active (days ago)
0 comments
1 participants
participants (1)
-
teor@torproject.org