Skip to content

Commit

Permalink
fix(hint): max lines pushed up
Browse files Browse the repository at this point in the history
  • Loading branch information
zgorizzo69 committed Nov 9, 2021
1 parent ad7f30e commit 9410b9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .solhintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ module.exports = {
rules: {
"prettier/prettier": "error",
"code-complexity": ["error", 10],
"function-max-lines": ["error", 100],
"function-max-lines": ["error", 110],
"max-line-length": ["error", 140],
"max-states-count": ["error", 20],
"no-empty-blocks": "off",
Expand Down

0 comments on commit 9410b9f

Please sign in to comment.