aboutsummaryrefslogtreecommitdiff
path: root/scripts/assert-todos.sh
diff options
context:
space:
mode:
Diffstat (limited to '')
-rwxr-xr-xscripts/assert-todos.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/assert-todos.sh b/scripts/assert-todos.sh
index d33b263..14a1b71 100755
--- a/scripts/assert-todos.sh
+++ b/scripts/assert-todos.sh
@@ -5,7 +5,7 @@ cd ../
# shellcheck disable=2046
if grep -R FIXME $(git ls-files) | \
- grep -Ev '^(vendor/|.git/|scripts/assert-todos.sh|templates|locale/)'; then
+ grep -Ev '^(vendor/|.git/|scripts/assert-todos.sh|locale/)'; then
echo "Found dangling FIXME markers on the project."
echo "You should write them down properly on TODOs.org."
exit 1