We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3d91352 commit 54b0f3cCopy full SHA for 54b0f3c
pkg/lint/lintersdb/builder_linter.go
@@ -102,7 +102,6 @@ func (b LinterBuilder) Build(cfg *config.Config) []*linter.Config {
102
linter.NewConfig(golinters.NewDupWord(&cfg.LintersSettings.DupWord)).
103
WithSince("1.50.0").
104
WithPresets(linter.PresetComment).
105
- WithAutoFix().
106
WithURL("https://github.com/Abirdcfly/dupword"),
107
108
linter.NewConfig(golinters.NewDurationCheck()).
0 commit comments