Skip to content

Commit

Permalink
ci: add dead code detection
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonas1312 committed Oct 10, 2023
1 parent 4ed22e7 commit fe2d7db
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -181,8 +181,7 @@ jobs:
cat dead_code.log | \
grep -e "src/kili" | \
grep -v \
-e "internal.py" \
-e "unused attribute \'internal\'" \
-e "internal" \
-e "is only referenced in tests" \
-e "_ is never read" \
-e "affected_rows" \
Expand Down

0 comments on commit fe2d7db

Please sign in to comment.