Skip to content

Commit 54b0f3c

Browse files
authored
docs: don't mark dupword as autofixable (#4455)
1 parent 3d91352 commit 54b0f3c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

pkg/lint/lintersdb/builder_linter.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,6 @@ func (b LinterBuilder) Build(cfg *config.Config) []*linter.Config {
102102
linter.NewConfig(golinters.NewDupWord(&cfg.LintersSettings.DupWord)).
103103
WithSince("1.50.0").
104104
WithPresets(linter.PresetComment).
105-
WithAutoFix().
106105
WithURL("https://github.com/Abirdcfly/dupword"),
107106

108107
linter.NewConfig(golinters.NewDurationCheck()).

0 commit comments

Comments
 (0)