Skip to content

Commit

Permalink
chore: mute some unimportant solhint
Browse files Browse the repository at this point in the history
  • Loading branch information
gzeoneth committed Aug 15, 2024
1 parent f2a20c1 commit bce56b4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .solhint.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@
"not-rely-on-time": "off",
"max-states-count": ["warn", 40],
"no-inline-assembly": "off",
"no-global-import": "off",
"custom-errors": "off",
"immutable-vars-naming": "off",
"var-name-mixedcase": "off"
},
"plugins": []
Expand Down

0 comments on commit bce56b4

Please sign in to comment.