15c4774 ^
6d2fae4 ^
601d705 ^
1
2
3
4 5 6 7
#!/bin/sh -eux 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 fi