From 1b92ab3a14b97b2418f6d4640d5b34afe6337f3f Mon Sep 17 00:00:00 2001 From: Fernandez Ludovic Date: Tue, 14 Mar 2023 21:26:33 +0100 Subject: [PATCH] rowserrcheck: remove limitation related to generics support --- 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 f05141d6dd46..fc38cb323e74 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").