@@ -288,8 +288,7 @@ func (m Manager) GetAllSupportedLinterConfigs() []*linter.Config {
288
288
WithSince ("v1.18.0" ).
289
289
WithLoadForGoAnalysis ().
290
290
WithPresets (linter .PresetPerformance , linter .PresetBugs ).
291
- WithURL ("https://github.com/timakin/bodyclose" ).
292
- WithNoopFallback (m .cfg ),
291
+ WithURL ("https://github.com/timakin/bodyclose" ),
293
292
294
293
linter .NewConfig (golinters .NewContainedCtx ()).
295
294
WithSince ("1.44.0" ).
@@ -300,8 +299,7 @@ func (m Manager) GetAllSupportedLinterConfigs() []*linter.Config {
300
299
WithSince ("v1.43.0" ).
301
300
WithPresets (linter .PresetBugs ).
302
301
WithLoadForGoAnalysis ().
303
- WithURL ("https://github.com/sylvia7788/contextcheck" ).
304
- WithNoopFallback (m .cfg ),
302
+ WithURL ("https://github.com/sylvia7788/contextcheck" ),
305
303
306
304
linter .NewConfig (golinters .NewCyclop (cyclopCfg )).
307
305
WithSince ("v1.37.0" ).
@@ -561,8 +559,7 @@ func (m Manager) GetAllSupportedLinterConfigs() []*linter.Config {
561
559
WithLoadForGoAnalysis ().
562
560
WithPresets (linter .PresetStyle ).
563
561
WithURL ("https://github.com/mvdan/interfacer" ).
564
- Deprecated ("The repository of the linter has been archived by the owner." , "v1.38.0" , "" ).
565
- WithNoopFallback (m .cfg ),
562
+ Deprecated ("The repository of the linter has been archived by the owner." , "v1.38.0" , "" ),
566
563
567
564
linter .NewConfig (golinters .NewIreturn (ireturnCfg )).
568
565
WithSince ("v1.43.0" ).
@@ -612,8 +609,7 @@ func (m Manager) GetAllSupportedLinterConfigs() []*linter.Config {
612
609
WithSince ("v1.38.0" ).
613
610
WithLoadForGoAnalysis ().
614
611
WithPresets (linter .PresetBugs ).
615
- WithURL ("https://github.com/gostaticanalysis/nilerr" ).
616
- WithNoopFallback (m .cfg ),
612
+ WithURL ("https://github.com/gostaticanalysis/nilerr" ),
617
613
618
614
linter .NewConfig (golinters .NewNilNil (nilNilCfg )).
619
615
WithSince ("v1.43.0" ).
@@ -630,8 +626,7 @@ func (m Manager) GetAllSupportedLinterConfigs() []*linter.Config {
630
626
WithSince ("v1.28.0" ).
631
627
WithLoadForGoAnalysis ().
632
628
WithPresets (linter .PresetPerformance , linter .PresetBugs ).
633
- WithURL ("https://github.com/sonatard/noctx" ).
634
- WithNoopFallback (m .cfg ),
629
+ WithURL ("https://github.com/sonatard/noctx" ),
635
630
636
631
linter .NewConfig (golinters .NewNoNamedReturns (noNamedReturnsCfg )).
637
632
WithSince ("v1.46.0" ).
@@ -680,8 +675,7 @@ func (m Manager) GetAllSupportedLinterConfigs() []*linter.Config {
680
675
WithSince ("v1.23.0" ).
681
676
WithLoadForGoAnalysis ().
682
677
WithPresets (linter .PresetBugs , linter .PresetSQL ).
683
- WithURL ("https://github.com/jingyugao/rowserrcheck" ).
684
- WithNoopFallback (m .cfg ),
678
+ WithURL ("https://github.com/jingyugao/rowserrcheck" ),
685
679
686
680
linter .NewConfig (golinters .NewScopelint ()).
687
681
WithSince ("v1.12.0" ).
@@ -693,8 +687,7 @@ func (m Manager) GetAllSupportedLinterConfigs() []*linter.Config {
693
687
WithSince ("v1.28.0" ).
694
688
WithPresets (linter .PresetBugs , linter .PresetSQL ).
695
689
WithLoadForGoAnalysis ().
696
- WithURL ("https://github.com/ryanrolds/sqlclosecheck" ).
697
- WithNoopFallback (m .cfg ),
690
+ WithURL ("https://github.com/ryanrolds/sqlclosecheck" ),
698
691
699
692
linter .NewConfig (golinters .NewStaticcheck (staticcheckCfg )).
700
693
WithSince ("v1.0.0" ).
@@ -707,8 +700,7 @@ func (m Manager) GetAllSupportedLinterConfigs() []*linter.Config {
707
700
WithSince ("v1.0.0" ).
708
701
WithLoadForGoAnalysis ().
709
702
WithPresets (linter .PresetUnused ).
710
- WithURL ("https://github.com/opennota/check" ).
711
- WithNoopFallback (m .cfg ),
703
+ WithURL ("https://github.com/opennota/check" ),
712
704
713
705
linter .NewConfig (golinters .NewStylecheck (stylecheckCfg )).
714
706
WithSince ("v1.20.0" ).
@@ -742,8 +734,7 @@ func (m Manager) GetAllSupportedLinterConfigs() []*linter.Config {
742
734
WithSince ("v1.32.0" ).
743
735
WithPresets (linter .PresetStyle , linter .PresetTest ).
744
736
WithLoadForGoAnalysis ().
745
- WithURL ("https://github.com/moricho/tparallel" ).
746
- WithNoopFallback (m .cfg ),
737
+ WithURL ("https://github.com/moricho/tparallel" ),
747
738
748
739
linter .NewConfig (golinters .NewTypecheck ()).
749
740
WithSince ("v1.3.0" ).
@@ -761,8 +752,7 @@ func (m Manager) GetAllSupportedLinterConfigs() []*linter.Config {
761
752
WithSince ("v1.9.0" ).
762
753
WithPresets (linter .PresetUnused ).
763
754
WithLoadForGoAnalysis ().
764
- WithURL ("https://github.com/mvdan/unparam" ).
765
- WithNoopFallback (m .cfg ),
755
+ WithURL ("https://github.com/mvdan/unparam" ),
766
756
767
757
linter .NewConfig (golinters .NewUnused (unusedCfg )).
768
758
WithSince ("v1.20.0" ).
@@ -789,8 +779,7 @@ func (m Manager) GetAllSupportedLinterConfigs() []*linter.Config {
789
779
WithSince ("v1.38.0" ).
790
780
WithPresets (linter .PresetStyle ).
791
781
WithLoadForGoAnalysis ().
792
- WithURL ("https://github.com/sanposhiho/wastedassign" ).
793
- WithNoopFallback (m .cfg ),
782
+ WithURL ("https://github.com/sanposhiho/wastedassign" ),
794
783
795
784
linter .NewConfig (golinters .NewWhitespace (whitespaceCfg )).
796
785
WithSince ("v1.19.0" ).
0 commit comments