Skip to content

Commit b7e16ad

Browse files
committed
chore: disable custom errors warning in solhint
1 parent f3f510d commit b7e16ad

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.solhint.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@
2222
"no-inline-assembly": "off",
2323
"no-complex-fallback": "off",
2424
"reason-string": "off",
25-
"func-visibility": ["warn", { "ignoreConstructors": true }]
25+
"func-visibility": ["warn", { "ignoreConstructors": true }],
26+
"custom-errors": "off"
2627
}
2728
}

0 commit comments

Comments
 (0)