Skip to content

Commit cccc23b

Browse files
committed
✨ Exclude test fixtures by default from codemod modification
1 parent 2c43197 commit cccc23b

File tree

1 file changed

+1
-0
lines changed
  • framework/codemodder-base/src/main/java/io/codemodder

1 file changed

+1
-0
lines changed

framework/codemodder-base/src/main/java/io/codemodder/CLI.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -618,6 +618,7 @@ private List<ParameterArgument> createFromParameterStrings(final List<String> pa
618618
private static final List<String> defaultPathExcludes =
619619
List.of(
620620
"**/test/**",
621+
"**/testFixtures/**",
621622
"**/*Test.java",
622623
"**/intTest/**",
623624
"**/tests/**",

0 commit comments

Comments
 (0)