Skip to content

Commit

Permalink
Remove custom-error rule from solhint
Browse files Browse the repository at this point in the history
  • Loading branch information
yvonnezhangc authored and circle-aloychan committed Oct 19, 2023
1 parent f2cdf23 commit 661a79a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .solhint.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
"rules": {
"compiler-version": ["error", "^0.6.0"],
"contract-name-camelcase": "off",
"custom-errors": "off",
"no-empty-blocks": "off",
"no-inline-assembly": "off",
"not-rely-on-time": "off",
Expand Down

0 comments on commit 661a79a

Please sign in to comment.