Skip to content

Commit

Permalink
chore: increase solhint max warnings to 2 (#13234)
Browse files Browse the repository at this point in the history
  • Loading branch information
erikburt authored May 16, 2024
1 parent 8f0a6b6 commit 733f0e9
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": "pnpm publish --tag latest",
"solhint": "solhint --max-warnings 0 \"./src/v0.8/**/*.sol\""
"solhint": "solhint --max-warnings 2 \"./src/v0.8/**/*.sol\""
},
"files": [
"src/v0.8",
Expand Down

0 comments on commit 733f0e9

Please sign in to comment.