We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
here, Solhint throws the error trace from Node itself, this is a little distracting because the error is of the format
<location of error> <actual error> <the entire trace>
But a better format IMO would be just showing the actual error and then presenting a potential fix.
To reproduce:
.solhint.json
{ "extends": "willThrowError" }
solhint <command>
The text was updated successfully, but these errors were encountered:
thanks a lot @AbhinavMir for your input sorry the delay
could you elaborate a little more ? I'm not getting your point
thanks
Sorry, something went wrong.
@AbhinavMir this is the error showing whenever the rulesets are not there
It is pretty straightforward: ConfigMissingError: Failed to load config "solhint:default" to extend from
Due to the lack of answer i will close this and you can open a new one if needed
No branches or pull requests
here, Solhint throws the error trace from Node itself, this is a little distracting because the error is of the format
But a better format IMO would be just showing the actual error and then presenting a potential fix.
To reproduce:
.solhint.json
solhint <command>
The text was updated successfully, but these errors were encountered: