Skip to content

Commit

Permalink
update solhint
Browse files Browse the repository at this point in the history
  • Loading branch information
zkbenny committed Apr 2, 2024
1 parent 560539c commit e97f756
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .solhint.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,14 @@
"plugins": [],
"rules": {
"compiler-version": "off",
"custom-errors": "off",
"func-name-mixedcase": "off",
"func-visibility": ["warn",{"ignoreConstructors": true}],
"mark-callable-contracts": "off",
"max-states-count": "off",
"no-inline-assembly": "off",
"not-rely-on-time": "off",
"no-empty-blocks": "off"
"no-empty-blocks": "off",
"reason-string": "off",
"avoid-low-level-calls": "off"
}
}

0 comments on commit e97f756

Please sign in to comment.