From 2aa316e99386778e5480030a11fb492d10ac68ff Mon Sep 17 00:00:00 2001 From: nixpkgs-review Date: Thu, 5 Nov 2020 11:49:13 -0300 Subject: Remove FIXME and filter locale from check --- scripts/assert-todos.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts/assert-todos.sh') diff --git a/scripts/assert-todos.sh b/scripts/assert-todos.sh index a59b4cd..d33b263 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)'; then + grep -Ev '^(vendor/|.git/|scripts/assert-todos.sh|templates|locale/)'; then echo "Found dangling FIXME markers on the project." echo "You should write them down properly on TODOs.org." exit 1 -- cgit v1.2.3