Skip to content
This repository has been archived by the owner on Mar 25, 2024. It is now read-only.

Commit

Permalink
lint: solidity lint config updated to ignore constructors
Browse files Browse the repository at this point in the history
  • Loading branch information
benceharomi committed Oct 9, 2023
1 parent ade76f8 commit 06dbf2c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .solhint.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"extends": "solhint:recommended",
"rules": {
"state-visibility": "off",
"func-visibility": ["warn", { "ignoreConstructors": true }],
"var-name-mixedcase": "off",
"avoid-call-value": "off",
"no-empty-blocks": "off",
Expand Down

0 comments on commit 06dbf2c

Please sign in to comment.