[tor-commits] [chutney/master] shellcheck: Check the pre-commit hook
teor at torproject.org
teor at torproject.org
Wed Feb 19 00:22:29 UTC 2020
commit 162d7eb1dad9d37d3c6963b037a82309dfa0a57a
Author: teor <teor at 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" {} +
More information about the tor-commits
mailing list