-
Notifications
You must be signed in to change notification settings - Fork 608
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Re-running the formatter #1194
Re-running the formatter #1194
Conversation
.solhint.json
Outdated
"contract-name-camelcase": "warn", | ||
"multiple-sends": "warn", | ||
"reentrancy": "warn", | ||
"max-states-count": ["warn", 17] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this is ["warn",15] in the new recommended ruleset, but doesn't seem to error on any of our contracts.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me.
Codecov Report
@@ Coverage Diff @@
## develop #1194 +/- ##
========================================
Coverage 95.62% 95.62%
========================================
Files 76 76
Lines 5413 5413
Branches 661 661
========================================
Hits 5176 5176
Misses 237 237
Continue to review full report at Codecov.
|
For some reason,
pretty-quick
was skipped during commits (perhaps via--no-verify
) and some formatting omissions appeared. This PR reformats everything via annpm run format