Skip to content

Commit

Permalink
upgrade solhint
Browse files Browse the repository at this point in the history
  • Loading branch information
zkbenny committed Mar 21, 2024
1 parent 59c2811 commit 0058055
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 15 deletions.
1 change: 0 additions & 1 deletion .solhint.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
"plugins": [],
"rules": {
"compiler-version": "off",
"custom-errors": "off",
"func-name-mixedcase": "off",
"func-visibility": ["warn",{"ignoreConstructors": true}],
"mark-callable-contracts": "off",
Expand Down
23 changes: 10 additions & 13 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"hardhat": "^2.19.3",
"prettier": "^3.0.0",
"prettier-plugin-solidity": "^1.1.0",
"solhint": "^4.1.1"
"solhint": "^4.5.2"
},
"scripts": {
"compile": "npx hardhat compile",
Expand Down

0 comments on commit 0058055

Please sign in to comment.