From d15920f72891db83a9b3a96d71a8d31c0f0920a0 Mon Sep 17 00:00:00 2001
From: stuebinm <stuebinm@disroot.org>
Date: Wed, 23 Mar 2022 02:37:02 +0100
Subject: [PATCH] lower default maximum lint level to warning
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

i kept being confused by things happening that really shouldn't 🙈
---
 config.json | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/config.json b/config.json
index 35e89e9..d54c9fc 100644
--- a/config.json
+++ b/config.json
@@ -3,7 +3,7 @@
   "Assemblies":[],
   "ScriptInject":null,
   "AllowScripts":false,
-  "MaxLintLevel":"Fatal",
+  "MaxLintLevel":"Warning",
   "DontCopyAssets":false,
   "UriSchemas": {
     "https:": [
-- 
GitLab