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" {} +
tor-commits@lists.torproject.org