Closed asphaltbuffet closed 1 year ago
Thank you for your feedback.
It's not an error it's an information message. It's shown in case the method or function call returns an error, and this error result isn't handled in any way. We will add an option to disable it in the next version (this Friday, 0.38.0).
@asphaltbuffet Ok. so in 0.38.0 we will:
I will close this issue after 0.38.0 is out + couple of days
Closing due to the fact that it's fixed and out since Thu.
OS Version:
VS Code Version:
Go Version:
Code Repository (if open source):
Feature request:
fmt.Println()
always shows that error is not being checked. This is ignored by default by most tools (ie, errcheck). There is no documentation about ways to disable this or customize the errors. As a result, valid errors are drowned out in the noise._, _ = fmt.Println()
.golangci-lint.yml
file if present. Otherwise, give settings options to configure checks at a more granular level.