Skip to content

Commit 9cae5e7

Browse files
committed
chore: split solhint-plugin changesets into 2
1 parent cc79bd7 commit 9cae5e7

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

.changeset/breezy-chairs-relax.md

+1-5
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,4 @@
22
"@nomiclabs/hardhat-solhint": major
33
---
44

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.
5+
Ensured the check task exits with exit code 1 when solhint raises any errors; this is a breaking change since the check task would previously always exit with exit code 0

.changeset/early-laws-trade.md

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@nomiclabs/hardhat-solhint": major
3+
---
4+
5+
Updated solhint dependency to [v5.0.2](https://github.com/protofire/solhint/releases/tag/v5.0.2)

0 commit comments

Comments
 (0)