@@ -419,8 +419,7 @@ func (m Manager) GetAllSupportedLinterConfigs() []*linter.Config {
419
419
WithLoadForGoAnalysis ().
420
420
WithPresets (linter .PresetStyle ).
421
421
WithAlternativeNames (megacheckName ).
422
- WithURL ("https://github.com/dominikh/go-tools/tree/master/simple" ).
423
- WithNoopFallback (m .cfg ),
422
+ WithURL ("https://github.com/dominikh/go-tools/tree/master/simple" ),
424
423
425
424
linter .NewConfig (golinters .NewGovet (govetCfg )).
426
425
WithSince ("v1.0.0" ).
@@ -578,8 +577,7 @@ func (m Manager) GetAllSupportedLinterConfigs() []*linter.Config {
578
577
WithLoadForGoAnalysis ().
579
578
WithPresets (linter .PresetBugs , linter .PresetMetaLinter ).
580
579
WithAlternativeNames (megacheckName ).
581
- WithURL ("https://staticcheck.io/" ).
582
- WithNoopFallback (m .cfg ),
580
+ WithURL ("https://staticcheck.io/" ),
583
581
584
582
linter .NewConfig (golinters .NewStructcheck ()).
585
583
WithSince ("v1.0.0" ).
@@ -592,8 +590,7 @@ func (m Manager) GetAllSupportedLinterConfigs() []*linter.Config {
592
590
WithSince ("v1.20.0" ).
593
591
WithLoadForGoAnalysis ().
594
592
WithPresets (linter .PresetStyle ).
595
- WithURL ("https://github.com/dominikh/go-tools/tree/master/stylecheck" ).
596
- WithNoopFallback (m .cfg ),
593
+ WithURL ("https://github.com/dominikh/go-tools/tree/master/stylecheck" ),
597
594
598
595
linter .NewConfig (golinters .NewTagliatelle (tagliatelleCfg )).
599
596
WithSince ("v1.40.0" ).
@@ -650,8 +647,7 @@ func (m Manager) GetAllSupportedLinterConfigs() []*linter.Config {
650
647
WithAlternativeNames (megacheckName ).
651
648
ConsiderSlow ().
652
649
WithChangeTypes ().
653
- WithURL ("https://github.com/dominikh/go-tools/tree/master/unused" ).
654
- WithNoopFallback (m .cfg ),
650
+ WithURL ("https://github.com/dominikh/go-tools/tree/master/unused" ),
655
651
656
652
linter .NewConfig (golinters .NewVarcheck ()).
657
653
WithSince ("v1.0.0" ).
0 commit comments