rowserrcheck: remove limitation related to generics support (#3691)

This commit is contained in:
Ludovic Fernandez 2023-03-14 23:01:01 +01:00 committed by GitHub
parent 11c2aed756
commit 00c3aa47e4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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").