-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
npx hardhat run check: raise error, exit code stays 0 #5057
Comments
Because of this I think protofire/solhint#554 |
Opened the issue protofire/solhint#572 |
Thanks @madlabman, we will keep this open to track the issue coming in on the |
@kanej just a heads up this was fixed in Solhint 5.0.1 🚀 |
Just note that upgrading to Solhint 5.0.1 would equate to a |
Thanks for the report! This issue has now been fixed in the release @nomiclabs/hardhat-solhint@4.0.0 |
Version of Hardhat
2.22.2
What happened?
I'm using the hardhat-solhint plugin, when the litting process raise error, the exit code stays the 0, therefor command chaining with && don't break, which is a problem
Minimal reproduction steps
Running the linter as mentioned in the doc:
An error arise during the linting but Exit Code stays 0
Search terms
No response
The text was updated successfully, but these errors were encountered: