From a572b9e1b113e0c8bea94c4f561c35742cdf4aeb Mon Sep 17 00:00:00 2001 From: stuebinm Date: Wed, 17 Nov 2021 00:51:21 +0100 Subject: exit with code 1 if maximum lint level exceeded --- config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'config.json') 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=" } -- cgit v1.2.3