-
-
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
errcheck issue isn't reported #657
Comments
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
Poking this issue to keep it open. I’m also having this issue |
This looks like the expected behavior of exclusion EXC0001:
Running with option
You can also just re-include EXC0001 in .golangci.yml:
It looks like |
Please re-include EXC0001 for this check. |
It is expected to get an
errcheck
lint error in the following program.errcheck
reports butgolangci-lint
doesn't.Please include the following information:
Version of golangci-lint:
1.17.1
Config file:
cat .golangci.yml
https://gist.github.com/ferhatelmas/62bbfdb744316f24a9d207c5bac0bcf7
Go environment:
go version && go env
https://gist.github.com/ferhatelmas/d85e9c6dc8ce7850da37e641c87f283f
Verbose output of running:
golangci-lint run -v
https://gist.github.com/ferhatelmas/4b92c91cff8456d21084494c849970f7
The text was updated successfully, but these errors were encountered: