Skip to content

Commit

Permalink
rowserrcheck: remove limitation related to generics support (#3691)
Browse files Browse the repository at this point in the history
  • Loading branch information
ldez committed Mar 14, 2023
1 parent 11c2aed commit 00c3aa4
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions pkg/lint/lintersdb/manager.go
Original file line number Diff line number Diff line change
Expand Up @@ -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").
Expand Down

0 comments on commit 00c3aa4

Please sign in to comment.