Skip to content

Commit 7f307a4

Browse files
authored
Merge pull request #6837 from NomicFoundation/fix-hardhat-solhint-ci
Use tilde version for solhint
2 parents 7c51e1e + 173a8a3 commit 7f307a4

File tree

3 files changed

+2597
-2256
lines changed

3 files changed

+2597
-2256
lines changed

.changeset/cool-dolphins-wash.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@nomiclabs/hardhat-solhint": patch
3+
---
4+
5+
Fixed hardhat-solhint by restricting the solhint dependency to ~5.0.0.

packages/hardhat-solhint/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
"README.md"
3636
],
3737
"dependencies": {
38-
"solhint": "^5.0.2"
38+
"solhint": "~5.0.2"
3939
},
4040
"devDependencies": {
4141
"@nomicfoundation/eslint-plugin-hardhat-internal-rules": "workspace:^",

0 commit comments

Comments
 (0)