diff options
Diffstat (limited to '')
-rwxr-xr-x | scripts/assert-todos.sh | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/scripts/assert-todos.sh b/scripts/assert-todos.sh index dabe680..ac72057 100755 --- a/scripts/assert-todos.sh +++ b/scripts/assert-todos.sh @@ -1,4 +1,5 @@ -#!/bin/sh -eu +#!/bin/sh +set -eu if git grep FIXME | grep -Ev '^(vendor/|scripts/assert-todos.sh|locale/)'; then echo "Found dangling FIXME markers on the project." |