You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 15, 2024. It is now read-only.
Found this after using --exclude-use-default=false with version v1.29.0.
$ golangci-lint run -v --exclude-use-default=false
# ...config/config.go:207:17: Error return value of `fh.Close` is not checked (errcheck) defer fh.Close()
The text was updated successfully, but these errors were encountered:
- Wrap deferred file close with error check/logging
- Add explicit file close with error check/logging
- Emit func name for both cases to aid in troubleshooting
refs GH-104
Found this after using
--exclude-use-default=false
with versionv1.29.0
.The text was updated successfully, but these errors were encountered: