-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
Use errcheck from main repo instead of golangci-lint fork #1319
Conversation
6b8af1d
to
2f11046
Compare
d770f83
to
7600c38
Compare
Mark as draft PR to avoid showing up in review list. |
Hello @SVilgelm @sayboras, maybe we could reignite this PR because kisielk/errcheck#185 is now merged? |
7600c38
to
2944f68
Compare
The previous exclusion rule ( The current output:
The output with the PR:
golangci-lint/pkg/config/config.go Lines 39 to 46 in 306816e
The main impact is on This will also impact the users that use custom exclusion rules. |
I don't see many solutions 😢
In all the cases, it's a breaking change. |
@ldez Here is the PR to original repo: kisielk/errcheck#197 so it should solve the problem with dropping the exclusions rule |
8d25552
to
625f92b
Compare
@golangci/team Please review, it's still blocked until a new release of the |
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.
LGTM
Closes #1274
Closes #1194
Closes #882
Closes #959
kisielk/errcheck@8050dd7...master
golangci/errcheck@8050dd7...master
Depends on:
Move errcheck package out of internal kisielk/errcheck#185Add SelectorName in UncheckedError kisielk/errcheck#197