Skip to content

Commit

Permalink
increase solhint
Browse files Browse the repository at this point in the history
  • Loading branch information
RensR committed Feb 13, 2024
1 parent e78dd38 commit 6c40d44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contracts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"prepublishOnly": "pnpm compile && ./scripts/prepublish_generate_abi_folder",
"publish-beta": "pnpm publish --tag beta",
"publish-prod": "npm dist-tag add @chainlink/contracts@0.8.0 latest",
"solhint": "solhint --max-warnings 19 \"./src/v0.8/**/*.sol\""
"solhint": "solhint --max-warnings 20 \"./src/v0.8/**/*.sol\""
},
"files": [
"src/v0.8",
Expand Down

0 comments on commit 6c40d44

Please sign in to comment.