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

+1-1
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

+2-7
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pkg/lint/lintersdb/manager.go

+1-2
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)