Add CoherentConfigValidator

This commit is contained in:
2023-02-28 20:04:51 +01:00
parent 73be93a4b6
commit b07f6894aa
2 changed files with 24 additions and 0 deletions

View File

@@ -36,6 +36,8 @@ public class Config {
private Pattern includePattern;
private boolean safeMode;
private Integer coherent;
private Set<String> forcedKeywords = new HashSet<>(Arrays.asList("forced", "signs", "songs"));
private Set<String> commentaryKeywords = new HashSet<>(Arrays.asList("commentary", "director"));
private Set<String> excludedDirectories = new HashSet<>();