We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5036757 commit c3611f9Copy full SHA for c3611f9
1 file changed
scripts/forbid-todo.sh
@@ -4,7 +4,7 @@ set -euo pipefail
4
5
# Find the string 'TODO' in all files tracked by git, excluding
6
# this file
7
-TODOS_FOUND=$(git grep --color=always -nw TODO -- ':!scripts/forbid-todo.sh' ':!.github/workflows/forbid-todo.yml' || true)
+TODOS_FOUND=$(git grep --color=always -nw TODO -- ':!scripts/forbid-todo.sh' ':!.github/workflows/test.yml' || true)
8
9
if [ -n "$TODOS_FOUND" ]; then
10
printf "\e[1;31mERROR: \e[0mTODOs found in codebase:\n"
0 commit comments