We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 11c2aed commit 00c3aa4Copy full SHA for 00c3aa4
pkg/lint/lintersdb/manager.go
@@ -733,8 +733,7 @@ func (m Manager) GetAllSupportedLinterConfigs() []*linter.Config {
733
WithSince("v1.23.0").
734
WithLoadForGoAnalysis().
735
WithPresets(linter.PresetBugs, linter.PresetSQL).
736
- WithURL("https://github.com/jingyugao/rowserrcheck").
737
- WithNoopFallback(m.cfg),
+ WithURL("https://github.com/jingyugao/rowserrcheck"),
738
739
linter.NewConfig(golinters.NewScopelint()).
740
WithSince("v1.12.0").
0 commit comments