3
0
Fork 0
mirror of https://github.com/ZeppelinBot/Zeppelin.git synced 2025-05-22 01:05:02 +00:00

Merge remote-tracking branch 'upstream/master' into feat/mime-checking

This commit is contained in:
Hiroyuki 2021-08-14 13:52:08 -04:00
commit 64df1909e7
No known key found for this signature in database
GPG key ID: 843DF434003F6710
76 changed files with 18894 additions and 4637 deletions

View file

@ -73,6 +73,10 @@ const configPreprocessor: ConfigPreprocessorFn<AutomodPluginType> = options => {
rule["enabled"] = true;
}
if (rule["allow_further_rules"] == null) {
rule["allow_further_rules"] = false;
}
if (rule["affects_bots"] == null) {
rule["affects_bots"] = false;
}