Skip to content

Commit 8d5815b

Browse files
committed
fix: e2e tests
1 parent 0bf3167 commit 8d5815b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

e2e/06-formatters/.solhint.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
22
"extends": "solhint:all",
33
"rules": {
4-
"use-natspec": "off"
4+
"use-natspec": "off",
5+
"no-unused-private-funcs": "off"
56
}
67
}

0 commit comments

Comments
 (0)