Skip to content

Commit b0b0e4c

Browse files
dependabot[bot]ldez
andauthoredFeb 2, 2023
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)
Please sign in to comment.