@@ -203,6 +203,7 @@ func (m Manager) GetAllSupportedLinterConfigs() []*linter.Config {
203
203
WithURL ("" ),
204
204
linter .NewConfig (golinters .NewAsciicheck ()).
205
205
WithPresets (linter .PresetBugs , linter .PresetStyle ).
206
+ WithLoadForGoAnalysis ().
206
207
WithURL ("https://github.com/tdakkota/asciicheck" ),
207
208
208
209
linter .NewConfig (golinters .NewGofmt ()).
@@ -306,6 +307,7 @@ func (m Manager) GetAllSupportedLinterConfigs() []*linter.Config {
306
307
WithURL ("https://github.com/nakabonne/nestif" ),
307
308
linter .NewConfig (golinters .NewExportLoopRef ()).
308
309
WithPresets (linter .PresetBugs ).
310
+ WithLoadForGoAnalysis ().
309
311
WithURL ("https://github.com/kyoh86/exportloopref" ),
310
312
linter .NewConfig (golinters .NewExhaustive (exhaustiveCfg )).
311
313
WithPresets (linter .PresetBugs ).
@@ -333,6 +335,7 @@ func (m Manager) GetAllSupportedLinterConfigs() []*linter.Config {
333
335
WithURL ("https://github.com/moricho/tparallel" ),
334
336
linter .NewConfig (golinters .NewExhaustiveStruct ()).
335
337
WithPresets (linter .PresetStyle ).
338
+ WithLoadForGoAnalysis ().
336
339
WithURL ("https://github.com/mbilski/exhaustivestruct" ),
337
340
linter .NewConfig (golinters .NewErrorLint (errorlintCfg )).
338
341
WithPresets (linter .PresetBugs ).
@@ -344,6 +347,7 @@ func (m Manager) GetAllSupportedLinterConfigs() []*linter.Config {
344
347
WithURL ("https://github.com/kunwardeep/paralleltest" ),
345
348
linter .NewConfig (golinters .NewMakezero ()).
346
349
WithPresets (linter .PresetStyle , linter .PresetBugs ).
350
+ WithLoadForGoAnalysis ().
347
351
WithURL ("https://github.com/ashanbrown/makezero" ),
348
352
linter .NewConfig (golinters .NewForbidigo ()).
349
353
WithPresets (linter .PresetStyle ).
0 commit comments