Skip to content

Commit 00c3aa4

Browse files
authored
rowserrcheck: remove limitation related to generics support (#3691)
1 parent 11c2aed commit 00c3aa4

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

pkg/lint/lintersdb/manager.go

+1-2
Original file line numberDiff line numberDiff line change
@@ -733,8 +733,7 @@ func (m Manager) GetAllSupportedLinterConfigs() []*linter.Config {
733733
WithSince("v1.23.0").
734734
WithLoadForGoAnalysis().
735735
WithPresets(linter.PresetBugs, linter.PresetSQL).
736-
WithURL("https://github.com/jingyugao/rowserrcheck").
737-
WithNoopFallback(m.cfg),
736+
WithURL("https://github.com/jingyugao/rowserrcheck"),
738737

739738
linter.NewConfig(golinters.NewScopelint()).
740739
WithSince("v1.12.0").

0 commit comments

Comments
 (0)