From cc79bd74b51d4c25eb931bd66e2b96ec8b273393 Mon Sep 17 00:00:00 2001 From: galargh Date: Mon, 29 Jul 2024 17:36:00 +0100 Subject: [PATCH] chore: create a changeset for the solhint plugin updates --- .changeset/breezy-chairs-relax.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 .changeset/breezy-chairs-relax.md diff --git a/.changeset/breezy-chairs-relax.md b/.changeset/breezy-chairs-relax.md new file mode 100644 index 0000000000..98322b7350 --- /dev/null +++ b/.changeset/breezy-chairs-relax.md @@ -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.