Skip to content

Commit

Permalink
Merge pull request #92 from lidofinance/solhint
Browse files Browse the repository at this point in the history
chore: bump solhint and CSM solhint plugin
  • Loading branch information
madlabman authored Mar 19, 2024
2 parents 19630fe + f6206a3 commit 0cd9284
Show file tree
Hide file tree
Showing 3 changed files with 285 additions and 35 deletions.
3 changes: 2 additions & 1 deletion .solhint.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,9 @@
"reason-string": ["warn", { "maxLength": 64 }],
"immutable-vars-naming": ["error", { "immutablesAsConstants": true }],
"var-name-mixedcase": "error",
"custom-errors": "error",
"gas-custom-errors": "error",
"func-name-mixedcase": "error",
"no-global-import": "error",
"lido-csm/vars-with-underscore": "error",
"lido-csm/enum-name-camelcase": "error",
"lido-csm/struct-name-camelcase": "error",
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@
"lint-staged": "^14.0.1",
"prettier": "^3.0.3",
"prettier-plugin-solidity": "^1.1.3",
"solhint": "^3.6.2",
"solhint-plugin-lido-csm": "https://github.com/lidofinance/solhint-plugin-lido-csm.git#0.3.1"
"solhint": "^4.5.2",
"solhint-plugin-lido-csm": "https://github.com/lidofinance/solhint-plugin-lido-csm.git#0.3.2"
},
"lint-staged": {
"*": "prettier --ignore-unknown --write",
Expand Down
Loading

0 comments on commit 0cd9284

Please sign in to comment.