-
Notifications
You must be signed in to change notification settings - Fork 3.7k
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
fix: make linting work on 45 #13185
fix: make linting work on 45 #13185
Conversation
so, now it is actually trying to run the linter |
basically, if we don't mind, then no problem. But 45's probably never had a run of the linter in ci. |
ok, so, I'll walk through the PR-- and BTW, if we don't care about this, it is OK. But to make a long story short, linting in 45 passed previously, not becuase of a defined version of the linter, but instead because we did not check the repo out in lint.yml so it would always be "no changes here" and we would get a green tick, wheather or not linting passed, because linting didn't run. NB: after some number of issues, the linter stops listing them. The CI likely shows an incomplete list of issues. https://github.com/cosmos/cosmos-sdk/runs/8237391169?check_suite_focus=true |
okay lets fix it. sorry about the nitting |
Oh no it's not a problem at all The fact is unfortunately you're correct, I have the same concern about this What I'll do is I'll write this today and then let's kind of see what happens next |
Think this & the one on 46 are set. |
Thanks for all the hard work @faddat 🙏 |
Description
in the 45 series sdk, we didn't check out the repository before running the linter, so it always passes
Author Checklist
All items are required. Please add a note to the item if the item is not applicable and
please add links to any relevant follow up issues.
I have...
!
to the type prefix if API or client breaking changeCHANGELOG.md
Reviewers Checklist
All items are required. Please add a note if the item is not applicable and please add
your handle next to the items reviewed if you only reviewed selected items.
I have...
!
in the type prefix if API or client breaking change