aboutsummaryrefslogtreecommitdiffstats
path: root/packages/contracts/.solhint.json
diff options
context:
space:
mode:
Diffstat (limited to 'packages/contracts/.solhint.json')
-rw-r--r--packages/contracts/.solhint.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/contracts/.solhint.json b/packages/contracts/.solhint.json
index 594fce677..076afe9f3 100644
--- a/packages/contracts/.solhint.json
+++ b/packages/contracts/.solhint.json
@@ -4,7 +4,7 @@
"avoid-low-level-calls": false,
"avoid-tx-origin": "warn",
"bracket-align": false,
- "code-complexity": "false",
+ "code-complexity": false,
"const-name-snakecase": "error",
"expression-indent": "error",
"function-max-lines": false,