golangci / golangci-lint

Fast linters runner for Go
https://golangci-lint.run
GNU General Public License v3.0
15.44k stars 1.38k forks source link

fix: remove errcheck defaults #4734

Closed ldez closed 4 months ago

ldez commented 4 months ago

The default value for ignore can be removed because errcheck.DefaultExcludedSymbols already handles those cases.

Fixes #4733

Regression related to #4709