Skip to content

Commit

Permalink
chore: add missing .solhint rules
Browse files Browse the repository at this point in the history
  • Loading branch information
guidiaz committed Feb 5, 2024
1 parent a4769ea commit 2feb370
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 @@ -6,13 +6,16 @@
">=0.6.0 <0.9.0"
],
"constructor-syntax": "warn",
"custom-errors": "off",
"explicit-types": "off",
"func-param-name-mixedcase": "warn",
"func-visibility": [
"warn",
{
"ignoreConstructors": true
}
],
"immutable-vars-naming": "off",
"modifier-name-mixedcase": "warn",
"no-empty-blocks": "off",
"no-inline-assembly": "off",
Expand Down

0 comments on commit 2feb370

Please sign in to comment.