We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0bf3167 commit 8d5815bCopy full SHA for 8d5815b
e2e/06-formatters/.solhint.json
@@ -1,6 +1,7 @@
1
{
2
"extends": "solhint:all",
3
"rules": {
4
- "use-natspec": "off"
+ "use-natspec": "off",
5
+ "no-unused-private-funcs": "off"
6
}
7
0 commit comments