Skip to content

Commit 6ccb6d6

Browse files
committed
feat: flag as autofixable
1 parent bbd5824 commit 6ccb6d6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: pkg/lint/lintersdb/builder_linter.go

+1
Original file line numberDiff line numberDiff line change
@@ -288,6 +288,7 @@ func (LinterBuilder) Build(cfg *config.Config) ([]*linter.Config, error) {
288288
WithSince("v1.63.0").
289289
WithPresets(linter.PresetStyle).
290290
WithLoadForGoAnalysis().
291+
WithAutoFix().
291292
WithURL("https://github.com/ldez/exptostd"),
292293

293294
linter.NewConfig(forbidigo.New(&cfg.LintersSettings.Forbidigo)).

0 commit comments

Comments
 (0)