We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ca00ea4 commit c523bfaCopy full SHA for c523bfa
1 file changed
.githooks/pre-push
@@ -3,7 +3,7 @@
3
set -e
4
set -x
5
6
-if rg "FIXME"; then
+if rg "FIXME" --hidden --glob="!$0" "$PWD"; then
7
echo "pre-push hook failed: FIXME not allowed"
8
exit 1
9
fi
0 commit comments