Skip to content

Commit 638ece2

Browse files
build(deps): bump go-simpler.org/sloglint from 0.10.1 to 0.11.0 (#5698)
Co-authored-by: Fernandez Ludovic <[email protected]>
1 parent 8bf74c4 commit 638ece2

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ require (
125125
github.com/ykadowak/zerologlint v0.1.5
126126
gitlab.com/bosi/decorder v0.4.2
127127
go-simpler.org/musttag v0.13.0
128-
go-simpler.org/sloglint v0.10.1
128+
go-simpler.org/sloglint v0.11.0
129129
go.uber.org/automaxprocs v1.6.0
130130
golang.org/x/mod v0.24.0
131131
golang.org/x/sys v0.32.0

go.sum

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

pkg/lint/lintersdb/builder_linter.go

+1
Original file line numberDiff line numberDiff line change
@@ -555,6 +555,7 @@ func (LinterBuilder) Build(cfg *config.Config) ([]*linter.Config, error) {
555555
linter.NewConfig(sloglint.New(&cfg.Linters.Settings.SlogLint)).
556556
WithSince("v1.55.0").
557557
WithLoadForGoAnalysis().
558+
WithAutoFix().
558559
WithURL("https://github.com/go-simpler/sloglint"),
559560

560561
linter.NewConfig(sqlclosecheck.New()).

0 commit comments

Comments
 (0)