Skip to content

Commit

Permalink
Additional test directories to ignore
Browse files Browse the repository at this point in the history
  • Loading branch information
drdavella committed Feb 1, 2024
1 parent fe92398 commit 6684bb0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/codemodder/code_directory.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@
# Some codemods represent fixes that should be applied to test code
"test/**",
"tests/**",
"**/__test__/**",
"**/__tests__/**",
"conftest.py",
"build/**",
"dist/**",
Expand Down

0 comments on commit 6684bb0

Please sign in to comment.