Skip to content
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

Merged
merged 8 commits into from
Sep 14, 2022
Merged

Make format #1694

merged 8 commits into from
Sep 14, 2022

Conversation

faddat
Copy link
Contributor

@faddat faddat commented Aug 25, 2022

This PR changes our command make format so that it matches ibc-go and the cosmos-sdk.

make format will now fun gofumpt -w -l and golangci-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)

@codecov
Copy link

codecov bot commented Aug 25, 2022

Codecov Report

Merging #1694 (2a00cd7) into main (85e183c) will not change coverage.
The diff coverage is n/a.

@@           Coverage Diff           @@
##             main    #1694   +/-   ##
=======================================
  Coverage   51.60%   51.60%           
=======================================
  Files          13       13           
  Lines        1682     1682           
=======================================
  Hits          868      868           
  Misses        788      788           
  Partials       26       26           

@faddat faddat mentioned this pull request Aug 25, 2022
Copy link
Contributor

@Anmol1696 Anmol1696 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@faddat
Copy link
Contributor Author

faddat commented Aug 26, 2022

Awesome I'm glad that it put together the two techniques that we were chasing.

Really happy to see another hub contributor 🙂

Copy link
Member

@tac0turtle tac0turtle left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@faddat faddat requested a review from Pantani as a code owner September 5, 2022 15:14
@faddat
Copy link
Contributor Author

faddat commented Sep 8, 2022

Please let me know if this is desired.

@okwme okwme merged commit 6430d6f into cosmos:main Sep 14, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants