Skip to content

Commit

Permalink
update code-complexity
Browse files Browse the repository at this point in the history
  • Loading branch information
0xble committed Aug 2, 2024
1 parent 5076a89 commit 408c3fc
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
@@ -1,7 +1,7 @@
{
"extends": "solhint:recommended",
"rules": {
"code-complexity": ["error", 11],
"code-complexity": ["error", 12],
"compiler-version": ["error", ">=0.8.0"],
"func-name-mixedcase": "off",
"func-visibility": ["error", { "ignoreConstructors": true }],
Expand Down

0 comments on commit 408c3fc

Please sign in to comment.