aboutsummaryrefslogtreecommitdiff
path: root/scripts/assert-todos.sh
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2020-12-25 03:38:29 -0300
committerEuAndreh <eu@euandre.org>2020-12-25 03:38:29 -0300
commit601d705bbcd612400b45f02f2db88e2cc0fab9fc (patch)
treeab63ba017c9aa95698147e791cfd0e67ebe979d4 /scripts/assert-todos.sh
parentMove torrent and media generators out of linter.rb (diff)
downloadeuandre.org-601d705bbcd612400b45f02f2db88e2cc0fab9fc.tar.gz
euandre.org-601d705bbcd612400b45f02f2db88e2cc0fab9fc.tar.xz
Fix sh tests
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 df7a96d..be3974a 100755
--- a/scripts/assert-todos.sh
+++ b/scripts/assert-todos.sh
@@ -1,6 +1,6 @@
#!/bin/sh -eux
-if git grep FIXME | grep -Ev '^(vendor/|.git/|scripts/assert-todos.sh|locale/)'; then
+if git grep FIXME | grep -Ev '^(vendor/|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