Skip to content

Commit 6239967

Browse files
committed
fix solhint
1 parent b5751ce commit 6239967

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

.solhint.json

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,17 @@
66
"reentrancy": "warn",
77
"modifier-name-mixedcase": "warn",
88
"no-empty-blocks": "off",
9-
"func-visibility": ["warn", { "ignoreConstructors": true }],
9+
"func-visibility": [
10+
"warn",
11+
{
12+
"ignoreConstructors": true
13+
}
14+
],
1015
"max-states-count": "warn",
1116
"not-rely-on-time": "off",
1217
"func-name-mixedcase": "off",
1318
"no-inline-assembly": "off",
14-
"compiler-version": ["off"]
19+
"compiler-version": "off",
20+
"use-natspec": "off"
1521
}
1622
}

.solhintignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
mock

0 commit comments

Comments
 (0)