File tree Expand file tree Collapse file tree 3 files changed +4
-10
lines changed Expand file tree Collapse file tree 3 files changed +4
-10
lines changed Original file line number Diff line number Diff line change @@ -79,7 +79,7 @@ require (
7979 github.com/polyfloyd/go-errorlint v1.0.6
8080 github.com/quasilyte/go-ruleguard/dsl v0.3.22
8181 github.com/ryancurrah/gomodguard v1.3.0
82- github.com/ryanrolds/sqlclosecheck v0.3 .0
82+ github.com/ryanrolds/sqlclosecheck v0.4 .0
8383 github.com/sanposhiho/wastedassign/v2 v2.0.7
8484 github.com/sashamelentyev/interfacebloat v1.1.0
8585 github.com/sashamelentyev/usestdlibvars v1.21.1
Original file line number Diff line number Diff line change @@ -745,8 +745,7 @@ func (m Manager) GetAllSupportedLinterConfigs() []*linter.Config {
745745 WithSince ("v1.28.0" ).
746746 WithPresets (linter .PresetBugs , linter .PresetSQL ).
747747 WithLoadForGoAnalysis ().
748- WithURL ("https://github.com/ryanrolds/sqlclosecheck" ).
749- WithNoopFallback (m .cfg ),
748+ WithURL ("https://github.com/ryanrolds/sqlclosecheck" ),
750749
751750 linter .NewConfig (golinters .NewStaticcheck (staticcheckCfg )).
752751 WithSince ("v1.0.0" ).
You can’t perform that action at this time.
0 commit comments