@@ -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" ).
@@ -742,8 +737,7 @@ func (m Manager) GetAllSupportedLinterConfigs() []*linter.Config {
742
737
WithSince ("v1.32.0" ).
743
738
WithPresets (linter .PresetStyle , linter .PresetTest ).
744
739
WithLoadForGoAnalysis ().
745
- WithURL ("https://github.com/moricho/tparallel" ).
746
- WithNoopFallback (m .cfg ),
740
+ WithURL ("https://github.com/moricho/tparallel" ),
747
741
748
742
linter .NewConfig (golinters .NewTypecheck ()).
749
743
WithSince ("v1.3.0" ).
@@ -824,7 +818,6 @@ func (m Manager) GetAllSupportedLinterConfigs() []*linter.Config {
824
818
golinters .NewStaticcheck (staticcheckCfg ).Name (): true ,
825
819
golinters .NewUnused (unusedCfg ).Name (): true ,
826
820
golinters .NewGosimple (gosimpleCfg ).Name (): true ,
827
- golinters .NewStructcheck (structcheckCfg ).Name (): true ,
828
821
golinters .NewVarcheck (varcheckCfg ).Name (): true ,
829
822
golinters .NewIneffassign ().Name (): true ,
830
823
golinters .NewDeadcode ().Name (): true ,
0 commit comments