Skip to content

Commit 7b34bdf

Browse files
committed
Remove fixed linters from ignore exits
1 parent 61453a8 commit 7b34bdf

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

test/lint/lint-all.sh

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,7 @@ LINTALL=$(basename "${BASH_SOURCE[0]}")
1919
EXIT_CODE=0
2020

2121
IGNORE_EXIT=(
22-
"lint-assertions.sh"
2322
"lint-circular-dependencies.sh"
24-
"lint-python-dead-code.sh"
25-
"lint-python.sh"
2623
)
2724

2825
for f in "${SCRIPTDIR}"/lint-*.sh; do

0 commit comments

Comments
 (0)