We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 08f0078 commit e5bed74Copy full SHA for e5bed74
.solhint.json
@@ -2,6 +2,7 @@
2
"extends": "keep",
3
"plugins": [],
4
"rules": {
5
+ "max-states-count": ["warn", 20],
6
"func-visibility": ["error", { "ignoreConstructors": true }],
7
"no-inline-assembly": "off"
8
}
0 commit comments