Skip to content

Commit c523bfa

Browse files
committed
fix pre-push githook
1 parent ca00ea4 commit c523bfa

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.githooks/pre-push

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
set -e
44
set -x
55

6-
if rg "FIXME"; then
6+
if rg "FIXME" --hidden --glob="!$0" "$PWD"; then
77
echo "pre-push hook failed: FIXME not allowed"
88
exit 1
99
fi

0 commit comments

Comments
 (0)