From bce56b40c72ce8ef4f84626c45ceb63490f12a4a Mon Sep 17 00:00:00 2001 From: gzeon Date: Fri, 16 Aug 2024 03:04:29 +0900 Subject: [PATCH] chore: mute some unimportant solhint --- .solhint.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.solhint.json b/.solhint.json index 162f37a9..dc36fe57 100644 --- a/.solhint.json +++ b/.solhint.json @@ -12,6 +12,9 @@ "not-rely-on-time": "off", "max-states-count": ["warn", 40], "no-inline-assembly": "off", + "no-global-import": "off", + "custom-errors": "off", + "immutable-vars-naming": "off", "var-name-mixedcase": "off" }, "plugins": []