Skip to content

Commit b0b0e4c

Browse files
build(deps): bump github.com/ryanrolds/sqlclosecheck from 0.3.0 to 0.4.0 (#3545)
Co-authored-by: Fernandez Ludovic <[email protected]>
1 parent 193ad93 commit b0b0e4c

File tree

3 files changed

+4
-10
lines changed

3 files changed

+4
-10
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

go.sum

Lines changed: 2 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pkg/lint/lintersdb/manager.go

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff 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").

0 commit comments

Comments
 (0)