Skip to content

Commit

Permalink
fix solhint config
Browse files Browse the repository at this point in the history
  • Loading branch information
kyscott18 committed Jan 3, 2023
1 parent fdb4c15 commit 61d2bc5
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions .solhint.json
Original file line number Diff line number Diff line change
@@ -1,18 +1,11 @@
{
"extends": "solhint:recommended",
"plugins": ["prettier"],
"rules": {
"code-complexity": ["error", 8],
"compiler-version": ["error", ">=0.5.0"],
"func-visibility": ["error", { "ignoreConstructors": true }],
"max-line-length": ["error", 120],
"not-rely-on-time": "off",
"prettier/prettier": [
"error",
{
"endOfLine": "auto"
}
],
"reason-string": ["warn", { "maxLength": 64 }]
}
}
}

0 comments on commit 61d2bc5

Please sign in to comment.