-
Notifications
You must be signed in to change notification settings - Fork 215
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
Update CONTRIBUITING.md doc #573
Conversation
CONTRIBUTING.md
Outdated
go install honnef.co/go/tools/cmd/staticcheck@v0.3.0 | ||
go install github.com/golangci/golangci-lint/cmd/golangci-lint@v1.49.0 | ||
go install honnef.co/go/tools/cmd/staticcheck@v0.4.0 | ||
go install github.com/golangci/golangci-lint/cmd/golangci-lint@v1.51.0 |
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.
Amazing, thanks!
CI uses 1.51.2: https://github.com/flashbots/mev-boost/blob/develop/.github/workflows/lint.yml
not sure how to best unify
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.
Great! just updated the PR using same CI dependencies
Codecov Report
β Your organization needs to install the Codecov GitHub app to enable full functionality. @@ Coverage Diff @@
## develop #573 +/- ##
===========================================
+ Coverage 69.69% 69.96% +0.27%
===========================================
Files 7 7
Lines 1102 1102
===========================================
+ Hits 768 771 +3
+ Misses 288 287 -1
+ Partials 46 44 -2
Flags with carried forward coverage won't be shown. Click here to find out more. |
π Summary
Fix deprecated dependency versions in documentation. See #572
β± Motivation and Context
π References
β I have run these commands
make lint
make test-race
go mod tidy