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

chore(ci): tell golangci-lint to report all issues #766

Merged
merged 1 commit into from
Aug 30, 2024
Merged

Conversation

ctreatma
Copy link
Contributor

By default, golangci-lint will only report a certain number of issues per linter and a certain number of the same issue per run. That adds unnecessary turnaround time when fixing issues.

This PR updates our golangci-lint config file to tell the linter to report all errors.

The golangci-lint config structure has changed quite a bit since v1.56, so rather than fight their docs I'm also upgrading the linter to the latest.

By default, golangci-lint will only report a certain number of
issues per linter and a certain number of the same issue per
run.  That adds unnecessary turnaround time when fixing issues.

This PR updates our golangci-lint config file to tell the linter
to report all errors.

The golangci-lint config structure has changed quite a bit since
v1.56, so rather than fight their docs I'm also upgrading the
linter to the latest.
@ctreatma
Copy link
Contributor Author

Ran into this config limitation while addressing linter issues on #764

@ctreatma ctreatma merged commit a421036 into main Aug 30, 2024
6 of 7 checks passed
@ctreatma ctreatma deleted the lint-no-limit branch August 30, 2024 15:56
Copy link

github-actions bot commented Sep 3, 2024

This PR is included in version 2.4.1 🎉

1 similar comment
Copy link

github-actions bot commented Sep 3, 2024

This PR is included in version 2.4.1 🎉

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