Skip to content

Commit 85bba89

Browse files
committed
🔁 Bump solhint to Version 6.0.0
Signed-off-by: Pascal Marco Caversaccio <pascal.caversaccio@hotmail.ch>
1 parent 179c583 commit 85bba89

3 files changed

Lines changed: 12 additions & 11 deletions

File tree

.solhint.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
"rules": {
44
"compiler-version": "off",
55
"func-visibility": ["warn", { "ignoreConstructors": true }],
6-
"no-empty-blocks": "off"
6+
"no-empty-blocks": "off",
7+
"use-natspec": "off"
78
}
89
}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -238,7 +238,7 @@
238238
"hardhat-gas-reporter": "^2.3.0",
239239
"prettier": "^3.6.2",
240240
"prettier-plugin-solidity": "^2.0.0",
241-
"solhint": "^5.2.0",
241+
"solhint": "^6.0.0",
242242
"solidity-coverage": "^0.8.16",
243243
"ts-node": "^10.9.2",
244244
"typechain": "^8.3.2",

pnpm-lock.yaml

Lines changed: 9 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)