fix: remove errcheck defaults (#4734)
This commit is contained in:
parent
bfca456f22
commit
4beae6a91f
@ -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,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user