From 907fcec08ff2f4b1b6defb0bc4c659353f7e03c5 Mon Sep 17 00:00:00 2001 From: kopy-kat Date: Sat, 16 Mar 2024 12:31:33 +0000 Subject: [PATCH] chore: update code complexity --- .solhint.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.solhint.json b/.solhint.json index f24c4323..de8d9924 100644 --- a/.solhint.json +++ b/.solhint.json @@ -2,7 +2,7 @@ "extends": "solhint:recommended", "rules": { "avoid-low-level-calls": "off", - "code-complexity": ["error", 9], + "code-complexity": ["error", 10], "compiler-version": ["error", ">=0.8.0"], "contract-name-camelcase": "off", "const-name-snakecase": "off",