We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b5751ce commit 6239967Copy full SHA for 6239967
.solhint.json
@@ -6,11 +6,17 @@
6
"reentrancy": "warn",
7
"modifier-name-mixedcase": "warn",
8
"no-empty-blocks": "off",
9
- "func-visibility": ["warn", { "ignoreConstructors": true }],
+ "func-visibility": [
10
+ "warn",
11
+ {
12
+ "ignoreConstructors": true
13
+ }
14
+ ],
15
"max-states-count": "warn",
16
"not-rely-on-time": "off",
17
"func-name-mixedcase": "off",
18
"no-inline-assembly": "off",
- "compiler-version": ["off"]
19
+ "compiler-version": "off",
20
+ "use-natspec": "off"
21
}
22
.solhintignore
@@ -0,0 +1 @@
1
+mock
0 commit comments