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

enable gofmt checks in golangci-lint, run gofmt over all files #194

Merged
merged 1 commit into from
Jan 30, 2024

Conversation

quasilyte
Copy link
Contributor

I noticed that we don't have gofmt checks on our CI. Before golangci-lint was used ~everywhere, people were comparing the gofmt -s output manually in their CI scripts. Since we use golangci-lint, we can just add gofmt linter and get on with it.

I noticed that we don't have gofmt checks on our CI.
Before golangci-lint was used ~everywhere, people were
comparing the `gofmt -s` output manually in their CI scripts.
Since we use golangci-lint, we can just add `gofmt` linter
and get on with it.
@quasilyte quasilyte requested a review from cicr99 January 30, 2024 09:21
@cicr99 cicr99 merged commit c82a6b9 into main Jan 30, 2024
4 checks passed
@cicr99 cicr99 deleted the quasilyte_enable_gofmt_linting branch January 30, 2024 11:10
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.

2 participants