File tree Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -201,7 +201,6 @@ type LintersSettings struct {
201201 Testpackage TestpackageSettings
202202 Thelper ThelperSettings
203203 Unparam UnparamSettings
204- Unused StaticCheckSettings
205204 UseStdlibVars UseStdlibVarsSettings
206205 Varcheck VarCheckSettings
207206 Varnamelen VarnamelenSettings
Original file line number Diff line number Diff line change @@ -247,7 +247,7 @@ func (m Manager) GetAllSupportedLinterConfigs() []*linter.Config {
247247 testpackageCfg = & m .cfg .LintersSettings .Testpackage
248248 thelperCfg = & m .cfg .LintersSettings .Thelper
249249 unparamCfg = & m .cfg .LintersSettings .Unparam
250- unusedCfg = & m . cfg . LintersSettings . Unused
250+ unusedCfg = new (config. StaticCheckSettings )
251251 varcheckCfg = & m .cfg .LintersSettings .Varcheck
252252 varnamelenCfg = & m .cfg .LintersSettings .Varnamelen
253253 whitespaceCfg = & m .cfg .LintersSettings .Whitespace
You can’t perform that action at this time.
0 commit comments