Skip to content

Commit

Permalink
chore: update solhint config
Browse files Browse the repository at this point in the history
  • Loading branch information
0xtekgrinder committed Apr 12, 2024
1 parent 445ded7 commit c47d248
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .solhint.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
"extends": "solhint:recommended",
"plugins": ["prettier"],
"rules": {
"max-line-length": ["error", 120],
"avoid-call-value": "warn",
"avoid-low-level-calls": "off",
"avoid-tx-origin": "warn",
Expand All @@ -17,12 +16,13 @@
"no-global-import": "off",
"not-rely-on-time": "off",
"compiler-version": "off",
"explicit-types": ["error","explicit"],
"private-vars-leading-underscore": "warn",
"reentrancy": "warn",
"no-inline-assembly": "off",
"no-complex-fallback": "off",
"reason-string": "off",
"func-visibility": ["warn", { "ignoreConstructors": true }],
"explicit-types": ["error","explicit"]
"custom-errors": "off"
}
}

0 comments on commit c47d248

Please sign in to comment.