Skip to content

Commit

Permalink
fix: remove errcheck defaults (#4734)
Browse files Browse the repository at this point in the history
  • Loading branch information
ldez committed May 20, 2024
1 parent bfca456 commit 4beae6a
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions pkg/config/linters_settings.go
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,6 @@ var defaultLintersSettings = LintersSettings{
Dupl: DuplSettings{
Threshold: 150,
},
Errcheck: ErrcheckSettings{
Ignore: "fmt:.*",
},
ErrorLint: ErrorLintSettings{
Errorf: true,
ErrorfMulti: true,
Expand Down

0 comments on commit 4beae6a

Please sign in to comment.