Skip to content

Commit 60ba454

Browse files
dependabot[bot]ldez
authored andcommitted
build(deps): bump github.com/ryanrolds/sqlclosecheck from 0.3.0 to 0.4.0 (golangci#3545)
Co-authored-by: Fernandez Ludovic <ldez@users.noreply.github.com>
1 parent 1b236da commit 60ba454

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)