Expand forced keywords

This commit is contained in:
2023-02-23 22:48:14 +01:00
parent 773018e3bc
commit 143206b08c

View File

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