Skip to content

Commit cc79bd7

Browse files
committed
chore: create a changeset for the solhint plugin updates
1 parent fd018e1 commit cc79bd7

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.changeset/breezy-chairs-relax.md

+9
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
---
2+
"@nomiclabs/hardhat-solhint": major
3+
---
4+
5+
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)
6+
7+
## ⚠️ Breaking Change ⚠️
8+
9+
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.

0 commit comments

Comments
 (0)