-
Notifications
You must be signed in to change notification settings - Fork 12k
Expand used solhint rules #4825
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Hello @RenanSouza2
|
solhint accepts a .solhintignore that can be used to ignore all mocks explicit types enforces things like |
That is interresting, but if we do that then no rule is checked on the mocks, right? We would like the other rules to continue running. An alternative would be to add |
Yeah it is a lot of Maybe the custom error is not that hard to verify without solhint |
🧐 Motivation
Hey, I was looking into solhint rules and there are ones that may be interesting to use here but I wanted to discuss it before opening an PR
📝 Details
'custom-errors',
'explicit-types',
'no-unused-import',
The text was updated successfully, but these errors were encountered: