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

Fix formatting makefile cmds #1255

Merged
merged 5 commits into from
Apr 15, 2022
Merged

Fix formatting makefile cmds #1255

merged 5 commits into from
Apr 15, 2022

Conversation

ValarDragon
Copy link
Member

make tools didn't install the relevant commands, so instead just use the single flow from golangci.
Also comments out linters without go1.18 support, and stops tools-stamp file from getting vendored


For contributor use:

  • Targeted PR against correct branch (see CONTRIBUTING.md)
  • Updated relevant documentation (docs/) or specification (x/<module>/spec/)
  • Added a relevant changelog entry to the Unreleased section in CHANGELOG.md
  • Re-reviewed Files changed in the Github PR explorer

Copy link
Member

@p0mvn p0mvn left a comment

Choose a reason for hiding this comment

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

LGTM

.gitignore Outdated Show resolved Hide resolved
@ValarDragon ValarDragon merged commit 1530e4a into main Apr 15, 2022
@ValarDragon ValarDragon deleted the dev/fix_formatter_bugs branch April 15, 2022 16:59
Copy link
Contributor

@alexanderbez alexanderbez left a comment

Choose a reason for hiding this comment

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

Why not just update to go 1.18 in go.mod and uncomment the linters?

@ValarDragon
Copy link
Member Author

Those linters don't work with go 1.18 installed, and we have to wait until they update / golangci updates for them to work again

@alexanderbez
Copy link
Contributor

Ahh makes sense. Thankfully the Go ecosystem tooling moves quickly!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

3 participants