File tree Expand file tree Collapse file tree 1 file changed +4
-6
lines changed Expand file tree Collapse file tree 1 file changed +4
-6
lines changed Original file line number Diff line number Diff line change @@ -458,12 +458,6 @@ func (m Manager) GetAllSupportedLinterConfigs() []*linter.Config {
458
458
WithSince ("v1.36.0" ).
459
459
WithPresets (linter .PresetStyle ).
460
460
WithURL ("https://github.com/esimonov/ifshort" ),
461
-
462
- linter .NewConfig (golinters .NewIreturn (ireturnCfg )).
463
- WithSince ("v1.43.0" ).
464
- WithPresets (linter .PresetStyle ).
465
- WithURL ("https://github.com/butuzov/ireturn" ),
466
-
467
461
linter .NewConfig (golinters .NewPredeclared (predeclaredCfg )).
468
462
WithSince ("v1.35.0" ).
469
463
WithPresets (linter .PresetStyle ).
@@ -514,6 +508,10 @@ func (m Manager) GetAllSupportedLinterConfigs() []*linter.Config {
514
508
WithLoadForGoAnalysis ().
515
509
WithURL ("https://github.com/Antonboom/errname" ).
516
510
WithSince ("v1.42.0" ),
511
+ linter .NewConfig (golinters .NewIreturn (ireturnCfg )).
512
+ WithSince ("v1.43.0" ).
513
+ WithPresets (linter .PresetStyle ).
514
+ WithURL ("https://github.com/butuzov/ireturn" ),
517
515
518
516
// nolintlint must be last because it looks at the results of all the previous linters for unused nolint directives
519
517
linter .NewConfig (golinters .NewNoLintLint ()).
You can’t perform that action at this time.
0 commit comments