@@ -288,7 +288,8 @@ 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" ),
291
+ WithURL ("https://github.com/timakin/bodyclose" ).
292
+ WithNoopFallback (m .cfg ),
292
293
293
294
linter .NewConfig (golinters .NewContainedCtx ()).
294
295
WithSince ("1.44.0" ).
@@ -299,7 +300,8 @@ func (m Manager) GetAllSupportedLinterConfigs() []*linter.Config {
299
300
WithSince ("v1.43.0" ).
300
301
WithPresets (linter .PresetBugs ).
301
302
WithLoadForGoAnalysis ().
302
- WithURL ("https://github.com/sylvia7788/contextcheck" ),
303
+ WithURL ("https://github.com/sylvia7788/contextcheck" ).
304
+ WithNoopFallback (m .cfg ),
303
305
304
306
linter .NewConfig (golinters .NewCyclop (cyclopCfg )).
305
307
WithSince ("v1.37.0" ).
@@ -559,7 +561,8 @@ func (m Manager) GetAllSupportedLinterConfigs() []*linter.Config {
559
561
WithLoadForGoAnalysis ().
560
562
WithPresets (linter .PresetStyle ).
561
563
WithURL ("https://github.com/mvdan/interfacer" ).
562
- Deprecated ("The repository of the linter has been archived by the owner." , "v1.38.0" , "" ),
564
+ Deprecated ("The repository of the linter has been archived by the owner." , "v1.38.0" , "" ).
565
+ WithNoopFallback (m .cfg ),
563
566
564
567
linter .NewConfig (golinters .NewIreturn (ireturnCfg )).
565
568
WithSince ("v1.43.0" ).
@@ -609,7 +612,8 @@ func (m Manager) GetAllSupportedLinterConfigs() []*linter.Config {
609
612
WithSince ("v1.38.0" ).
610
613
WithLoadForGoAnalysis ().
611
614
WithPresets (linter .PresetBugs ).
612
- WithURL ("https://github.com/gostaticanalysis/nilerr" ),
615
+ WithURL ("https://github.com/gostaticanalysis/nilerr" ).
616
+ WithNoopFallback (m .cfg ),
613
617
614
618
linter .NewConfig (golinters .NewNilNil (nilNilCfg )).
615
619
WithSince ("v1.43.0" ).
@@ -626,7 +630,8 @@ func (m Manager) GetAllSupportedLinterConfigs() []*linter.Config {
626
630
WithSince ("v1.28.0" ).
627
631
WithLoadForGoAnalysis ().
628
632
WithPresets (linter .PresetPerformance , linter .PresetBugs ).
629
- WithURL ("https://github.com/sonatard/noctx" ),
633
+ WithURL ("https://github.com/sonatard/noctx" ).
634
+ WithNoopFallback (m .cfg ),
630
635
631
636
linter .NewConfig (golinters .NewNoNamedReturns (noNamedReturnsCfg )).
632
637
WithSince ("v1.46.0" ).
@@ -675,7 +680,8 @@ func (m Manager) GetAllSupportedLinterConfigs() []*linter.Config {
675
680
WithSince ("v1.23.0" ).
676
681
WithLoadForGoAnalysis ().
677
682
WithPresets (linter .PresetBugs , linter .PresetSQL ).
678
- WithURL ("https://github.com/jingyugao/rowserrcheck" ),
683
+ WithURL ("https://github.com/jingyugao/rowserrcheck" ).
684
+ WithNoopFallback (m .cfg ),
679
685
680
686
linter .NewConfig (golinters .NewScopelint ()).
681
687
WithSince ("v1.12.0" ).
@@ -687,7 +693,8 @@ func (m Manager) GetAllSupportedLinterConfigs() []*linter.Config {
687
693
WithSince ("v1.28.0" ).
688
694
WithPresets (linter .PresetBugs , linter .PresetSQL ).
689
695
WithLoadForGoAnalysis ().
690
- WithURL ("https://github.com/ryanrolds/sqlclosecheck" ),
696
+ WithURL ("https://github.com/ryanrolds/sqlclosecheck" ).
697
+ WithNoopFallback (m .cfg ),
691
698
692
699
linter .NewConfig (golinters .NewStaticcheck (staticcheckCfg )).
693
700
WithSince ("v1.0.0" ).
@@ -735,7 +742,8 @@ func (m Manager) GetAllSupportedLinterConfigs() []*linter.Config {
735
742
WithSince ("v1.32.0" ).
736
743
WithPresets (linter .PresetStyle , linter .PresetTest ).
737
744
WithLoadForGoAnalysis ().
738
- WithURL ("https://github.com/moricho/tparallel" ),
745
+ WithURL ("https://github.com/moricho/tparallel" ).
746
+ WithNoopFallback (m .cfg ),
739
747
740
748
linter .NewConfig (golinters .NewTypecheck ()).
741
749
WithSince ("v1.3.0" ).
@@ -780,7 +788,8 @@ func (m Manager) GetAllSupportedLinterConfigs() []*linter.Config {
780
788
WithSince ("v1.38.0" ).
781
789
WithPresets (linter .PresetStyle ).
782
790
WithLoadForGoAnalysis ().
783
- WithURL ("https://github.com/sanposhiho/wastedassign" ),
791
+ WithURL ("https://github.com/sanposhiho/wastedassign" ).
792
+ WithNoopFallback (m .cfg ),
784
793
785
794
linter .NewConfig (golinters .NewWhitespace (whitespaceCfg )).
786
795
WithSince ("v1.19.0" ).
0 commit comments