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 Jan 31, 2024
1 parent e33e8ea commit 9bd4eb0
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 9bd4eb0

Please sign in to comment.