Skip to content

Commit c3611f9

Browse files
Fix forbid to do
1 parent 5036757 commit c3611f9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

scripts/forbid-todo.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ set -euo pipefail
44

55
# Find the string 'TODO' in all files tracked by git, excluding
66
# this file
7-
TODOS_FOUND=$(git grep --color=always -nw TODO -- ':!scripts/forbid-todo.sh' ':!.github/workflows/forbid-todo.yml' || true)
7+
TODOS_FOUND=$(git grep --color=always -nw TODO -- ':!scripts/forbid-todo.sh' ':!.github/workflows/test.yml' || true)
88

99
if [ -n "$TODOS_FOUND" ]; then
1010
printf "\e[1;31mERROR: \e[0mTODOs found in codebase:\n"

0 commit comments

Comments
 (0)