From 3df56cff3665eea95b6706afd39d09523bab21ac Mon Sep 17 00:00:00 2001 From: Allan Almeida Date: Fri, 23 Aug 2024 13:42:58 +1000 Subject: [PATCH] clean up --- .solhint.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.solhint.json b/.solhint.json index 473ec1c5..84828ef4 100644 --- a/.solhint.json +++ b/.solhint.json @@ -32,7 +32,7 @@ "var-name-mixedcase": "warn", "imports-on-top": "warn", "visibility-modifier-order": "warn", - + "avoid-call-value": "error", "avoid-low-level-calls": "error", "avoid-sha3": "error",