From 8b1e4bb91dccd1e4cba202d81db498fc125c6861 Mon Sep 17 00:00:00 2001 From: Ishan Ghimire Date: Sat, 2 Dec 2023 06:50:04 -0500 Subject: [PATCH] v1.4.1 --- .solhint.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.solhint.json b/.solhint.json index 0115169..791f830 100644 --- a/.solhint.json +++ b/.solhint.json @@ -15,10 +15,11 @@ ], "reason-string": ["warn", { "maxLength": 64 }], "ordering": "warn", - "private-vars-leading-underscore": "error", + "private-vars-leading-underscore": "off", "func-name-mixedcase": "off", "avoid-throw": "off", "avoid-suicide": "error", - "avoid-sha3": "warn" + "avoid-sha3": "warn", + "no-global-import": "off" } }