Skip to content

Commit 3011a73

Browse files
committed
Add scanner ignoredPaths to ParserSettinsg
1 parent 97f180e commit 3011a73

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

sbm-support-rewrite/src/main/java/org/springframework/sbm/parsers/ParserSettings.java

+1
Original file line numberDiff line numberDiff line change
@@ -46,4 +46,5 @@ public class ParserSettings {
4646
private boolean runPerSubmodule = false;
4747
private boolean failOnInvalidActiveRecipes = false;
4848
private List<String> activeProfiles = List.of("default");
49+
private Set<String> ignoredPathPatterns = new HashSet<>();
4950
}

0 commit comments

Comments
 (0)