-
Notifications
You must be signed in to change notification settings - Fork 717
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
Make format #1694
Make format #1694
Conversation
Codecov Report
@@ Coverage Diff @@
## main #1694 +/- ##
=======================================
Coverage 51.60% 51.60%
=======================================
Files 13 13
Lines 1682 1682
=======================================
Hits 868 868
Misses 788 788
Partials 26 26 |
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.
LGTM
Awesome I'm glad that it put together the two techniques that we were chasing. Really happy to see another hub contributor 🙂 |
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.
LGTM
Please let me know if this is desired. |
This PR changes our command
make format
so that it matches ibc-go and the cosmos-sdk.make format
will now fungofumpt -w -l
andgolangci-lint run ./... --fix
It also pulls in a solution to #1527 from @Anmol1696 because we actually changed the ibc-go Makefile (and then the cosmos-sdk Makefile) while working on similar import grouping / code consistency questions.
(basically I figured they might as well go in the same PR)