From fa73f65ac8ba336ea5cee8dde02ec68ad8e0a3ff Mon Sep 17 00:00:00 2001 From: danilo neves cruz Date: Tue, 9 Apr 2024 00:21:14 -0300 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A7=20solhint:=20disallow=20warnings?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 1308f22..b73fe03 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "test": "concurrently 'npm:test:*' --group -c auto", "test:fmt": "forge fmt --check", "test:forge": "forge snapshot --check", - "test:solhint": "solhint '{src,script,test}/**/*.sol'", + "test:solhint": "solhint '{src,script,test}/**/*.sol' --max-warnings=0", "test:slither": "slither .", "prepare": "if git status &>/dev/null; then git submodule update --init --recursive; fi" },