Skip to content

Commit e5bed74

Browse files
committed
Increase max state variable counts in solhint config
Caused by the surge of state variables due to upgradeability logic
1 parent 08f0078 commit e5bed74

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.solhint.json

+1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
"extends": "keep",
33
"plugins": [],
44
"rules": {
5+
"max-states-count": ["warn", 20],
56
"func-visibility": ["error", { "ignoreConstructors": true }],
67
"no-inline-assembly": "off"
78
}

0 commit comments

Comments
 (0)