Skip to content

Commit 4beae6a

Browse files
authored
fix: remove errcheck defaults (#4734)
1 parent bfca456 commit 4beae6a

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

pkg/config/linters_settings.go

-3
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,6 @@ var defaultLintersSettings = LintersSettings{
2525
Dupl: DuplSettings{
2626
Threshold: 150,
2727
},
28-
Errcheck: ErrcheckSettings{
29-
Ignore: "fmt:.*",
30-
},
3128
ErrorLint: ErrorLintSettings{
3229
Errorf: true,
3330
ErrorfMulti: true,

0 commit comments

Comments
 (0)