fix: remove errcheck defaults (#4734)

This commit is contained in:
Ludovic Fernandez 2024-05-20 15:55:11 +02:00 committed by GitHub
parent bfca456f22
commit 4beae6a91f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -25,9 +25,6 @@ var defaultLintersSettings = LintersSettings{
Dupl: DuplSettings{ Dupl: DuplSettings{
Threshold: 150, Threshold: 150,
}, },
Errcheck: ErrcheckSettings{
Ignore: "fmt:.*",
},
ErrorLint: ErrorLintSettings{ ErrorLint: ErrorLintSettings{
Errorf: true, Errorf: true,
ErrorfMulti: true, ErrorfMulti: true,