aboutsummaryrefslogtreecommitdiff
path: root/etc/bash
diff options
context:
space:
mode:
Diffstat (limited to 'etc/bash')
-rwxr-xr-xetc/bash/check.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/bash/check.sh b/etc/bash/check.sh
index d66c277..5c410c8 100755
--- a/etc/bash/check.sh
+++ b/etc/bash/check.sh
@@ -57,7 +57,7 @@ shellcheck -xe 1090,1091 \
"$XDG_CONFIG_HOME"/bash/privrc.sh \
"$XDG_CONFIG_HOME"/notmuch/default/hooks/post-new
-if git grep FIXME; then
+if git grep FIXME -- ":(exclude)$XDG_CONFIG_HOME/bash/check.sh"; then
printf 'Leftover FIXME markers\n' >&2
exit 1
fi