Skip to content
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

fix: exit check task with exit code 1 when solhint raises errors #5556

Merged
merged 9 commits into from
Aug 1, 2024
Prev Previous commit
Next Next commit
chore: create a changeset for the solhint plugin updates
  • Loading branch information
galargh committed Jul 29, 2024
commit cc79bd74b51d4c25eb931bd66e2b96ec8b273393
9 changes: 9 additions & 0 deletions .changeset/breezy-chairs-relax.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
---
"@nomiclabs/hardhat-solhint": major
---

Ensured the check task exists with exit code 1 when solhint raises any errors and updated solhint dependency to [v5.0.2](https://github.com/protofire/solhint/releases/tag/v5.0.2)

## ⚠️ Breaking Change ⚠️

This release introduces a breaking change. Previously, the check task would exit with exit code 0 even if solhint raised some errors. Starting with this version, the check task will exit with exit code 1 if any errors are raised and 0 otherwise.
Loading