@@ -194,7 +194,6 @@ func (LinterBuilder) Build(cfg *config.Config) ([]*linter.Config, error) {
194
194
195
195
linter .NewConfig (linter .NewNoopDeprecated ("deadcode" , cfg , linter .DeprecationError )).
196
196
WithSince ("v1.0.0" ).
197
- WithLoadForGoAnalysis ().
198
197
WithPresets (linter .PresetUnused ).
199
198
WithURL ("https://github.com/remyoudompheng/go-misc/tree/master/deadcode" ).
200
199
DeprecatedError ("The owner seems to have abandoned the linter." , "v1.49.0" , "unused" ),
@@ -253,7 +252,6 @@ func (LinterBuilder) Build(cfg *config.Config) ([]*linter.Config, error) {
253
252
linter .NewConfig (linter .NewNoopDeprecated ("execinquery" , cfg , linter .DeprecationError )).
254
253
WithSince ("v1.46.0" ).
255
254
WithPresets (linter .PresetSQL ).
256
- WithLoadForGoAnalysis ().
257
255
WithURL ("https://github.com/1uf3/execinquery" ).
258
256
DeprecatedError ("The repository of the linter has been archived by the owner." , "v1.58.0" , "" ),
259
257
@@ -266,7 +264,6 @@ func (LinterBuilder) Build(cfg *config.Config) ([]*linter.Config, error) {
266
264
linter .NewConfig (linter .NewNoopDeprecated ("exhaustivestruct" , cfg , linter .DeprecationError )).
267
265
WithSince ("v1.32.0" ).
268
266
WithPresets (linter .PresetStyle , linter .PresetTest ).
269
- WithLoadForGoAnalysis ().
270
267
WithURL ("https://github.com/mbilski/exhaustivestruct" ).
271
268
DeprecatedError ("The repository of the linter has been deprecated by the owner." , "v1.46.0" , "exhaustruct" ),
272
269
@@ -408,7 +405,6 @@ func (LinterBuilder) Build(cfg *config.Config) ([]*linter.Config, error) {
408
405
409
406
linter .NewConfig (linter .NewNoopDeprecated ("golint" , cfg , linter .DeprecationError )).
410
407
WithSince ("v1.0.0" ).
411
- WithLoadForGoAnalysis ().
412
408
WithPresets (linter .PresetStyle ).
413
409
WithURL ("https://github.com/golang/lint" ).
414
410
DeprecatedError ("The repository of the linter has been archived by the owner." , "v1.41.0" , "revive" ),
@@ -509,7 +505,6 @@ func (LinterBuilder) Build(cfg *config.Config) ([]*linter.Config, error) {
509
505
510
506
linter .NewConfig (linter .NewNoopDeprecated ("interfacer" , cfg , linter .DeprecationError )).
511
507
WithSince ("v1.0.0" ).
512
- WithLoadForGoAnalysis ().
513
508
WithPresets (linter .PresetStyle ).
514
509
WithURL ("https://github.com/mvdan/interfacer" ).
515
510
DeprecatedError ("The repository of the linter has been archived by the owner." , "v1.38.0" , "" ),
@@ -551,7 +546,6 @@ func (LinterBuilder) Build(cfg *config.Config) ([]*linter.Config, error) {
551
546
552
547
linter .NewConfig (linter .NewNoopDeprecated ("maligned" , cfg , linter .DeprecationError )).
553
548
WithSince ("v1.0.0" ).
554
- WithLoadForGoAnalysis ().
555
549
WithPresets (linter .PresetPerformance ).
556
550
WithURL ("https://github.com/mdempsky/maligned" ).
557
551
DeprecatedError ("The repository of the linter has been archived by the owner." , "v1.38.0" , "govet 'fieldalignment'" ),
@@ -717,7 +711,6 @@ func (LinterBuilder) Build(cfg *config.Config) ([]*linter.Config, error) {
717
711
718
712
linter .NewConfig (linter .NewNoopDeprecated ("structcheck" , cfg , linter .DeprecationError )).
719
713
WithSince ("v1.0.0" ).
720
- WithLoadForGoAnalysis ().
721
714
WithPresets (linter .PresetUnused ).
722
715
WithURL ("https://github.com/opennota/check" ).
723
716
DeprecatedError ("The owner seems to have abandoned the linter." , "v1.49.0" , "unused" ),
@@ -814,7 +807,6 @@ func (LinterBuilder) Build(cfg *config.Config) ([]*linter.Config, error) {
814
807
815
808
linter .NewConfig (linter .NewNoopDeprecated ("varcheck" , cfg , linter .DeprecationError )).
816
809
WithSince ("v1.0.0" ).
817
- WithLoadForGoAnalysis ().
818
810
WithPresets (linter .PresetUnused ).
819
811
WithURL ("https://github.com/opennota/check" ).
820
812
DeprecatedError ("The owner seems to have abandoned the linter." , "v1.49.0" , "unused" ),
0 commit comments