Skip to content

Commit

Permalink
chore: update code complexity
Browse files Browse the repository at this point in the history
  • Loading branch information
kopy-kat committed Mar 16, 2024
1 parent 58d9e50 commit 907fcec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .solhint.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 907fcec

Please sign in to comment.