From 00c3aa47e4d30fdc7f471f6b54184ff9ee16b1e0 Mon Sep 17 00:00:00 2001 From: Ludovic Fernandez Date: Tue, 14 Mar 2023 23:01:01 +0100 Subject: [PATCH] rowserrcheck: remove limitation related to generics support (#3691) --- pkg/lint/lintersdb/manager.go | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/pkg/lint/lintersdb/manager.go b/pkg/lint/lintersdb/manager.go index f05141d6..fc38cb32 100644 --- a/pkg/lint/lintersdb/manager.go +++ b/pkg/lint/lintersdb/manager.go @@ -733,8 +733,7 @@ func (m Manager) GetAllSupportedLinterConfigs() []*linter.Config { WithSince("v1.23.0"). WithLoadForGoAnalysis(). WithPresets(linter.PresetBugs, linter.PresetSQL). - WithURL("https://github.com/jingyugao/rowserrcheck"). - WithNoopFallback(m.cfg), + WithURL("https://github.com/jingyugao/rowserrcheck"), linter.NewConfig(golinters.NewScopelint()). WithSince("v1.12.0").