Skip to content

Commit

Permalink
chore: rename custom-errors to gas-custom-errors in solhint
Browse files Browse the repository at this point in the history
  • Loading branch information
smol-ninja committed Mar 16, 2024
1 parent 7b73025 commit ce4915f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .solhint.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@
"compiler-version": ["error", ">=0.8.22"],
"contract-name-camelcase": "off",
"const-name-snakecase": "off",
"custom-errors": "off",
"func-name-mixedcase": "off",
"func-visibility": ["error", { "ignoreConstructors": true }],
"gas-custom-errors": "off",
"max-line-length": ["error", 123],
"named-parameters-mapping": "warn",
"no-empty-blocks": "off",
Expand Down

0 comments on commit ce4915f

Please sign in to comment.