Skip to content

Commit 946dced

Browse files
committed
chore: update implementation
1 parent e2f8bf8 commit 946dced

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pkg/lint/lintersdb/builder_linter.go

Lines changed: 1 addition & 0 deletions
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)