Skip to content

Commit

Permalink
style: update linter
Browse files Browse the repository at this point in the history
  • Loading branch information
pythonpete32 committed Oct 7, 2023
1 parent cdef79a commit 46f9748
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": {
"code-complexity": ["error", 8],
"compiler-version": ["error", ">=0.8.21"],
"compiler-version": ["error", ">=0.8.17"],
"func-name-mixedcase": "off",
"func-visibility": ["error", { "ignoreConstructors": true }],
"max-line-length": ["error", 120],
Expand Down

0 comments on commit 46f9748

Please sign in to comment.