-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
[chore]: bump golangci-lint to v2.1.1 #1829
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
Conversation
ce60dcd
to
8ce9c24
Compare
8ce9c24
to
dd21803
Compare
df88209
to
d0367a3
Compare
9468c0f
to
97369d7
Compare
05a55b0
to
9aa7e72
Compare
d1f9717
to
20e1b7e
Compare
20e1b7e
to
01226b8
Compare
d1c2e30
to
0a6cd6f
Compare
d2f8091
to
b75264c
Compare
Signed-off-by: Matthieu MOREL <[email protected]>
b75264c
to
15a7765
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Copilot reviewed 3 out of 3 changed files in this pull request and generated no comments.
Comments suppressed due to low confidence (2)
.github/workflows/lint.yml:72
- Ensure that the commit hash matches the intended v7.0.0 release and verify that any breaking changes from the previous version are fully accounted for.
uses: golangci/golangci-lint-action@1481404843c368bc19ca9406f87d6e0fc97bdcfd # v7.0.0
.golangci.yml:113
- Verify that the newly added exclusion presets do not inadvertently suppress important warnings or critical issues.
exclusions:
generated: lax
presets:
- comments
- common-false-positives
- legacy
- std-error-handling
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I haven’t been following all the changes in the configuration file syntax of the golangci-lint, but based on your previous contributions, I’m confident this PR will work just as well. Thank you very much!
Description
This updates golangci-lint version to v2 and golangci-lint-action to V7.