summaryrefslogtreecommitdiff
path: root/config.json
diff options
context:
space:
mode:
authorstuebinm2021-11-17 00:51:21 +0100
committerstuebinm2021-11-17 00:51:21 +0100
commita572b9e1b113e0c8bea94c4f561c35742cdf4aeb (patch)
tree478e848a77a5289356bb9acef8746f347f0b6275 /config.json
parent7b079ff7a66ea0d7baa12fa16f084f025c1c9fce (diff)
exit with code 1 if maximum lint level exceeded
Diffstat (limited to 'config.json')
-rw-r--r--config.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/config.json b/config.json
index f52e1a2..4870974 100644
--- a/config.json
+++ b/config.json
@@ -2,7 +2,7 @@
"AssemblyTag":"assemblyname",
"ScriptInject":null,
"AllowScripts":true,
- "MaxWarnLevel":"Suggestion",
+ "MaxLintLevel":"Suggestion",
"DontCopyAssets":true,
"LinkPrefix":"https://exit.rc3.world?link="
}