We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c424039 commit 562652fCopy full SHA for 562652f
pkg/lint/lintersdb/manager.go
@@ -297,7 +297,6 @@ func (m Manager) GetAllSupportedLinterConfigs() []*linter.Config {
297
linter.NewConfig(golinters.NewGci(gciCfg)).
298
WithSince("v1.30.0").
299
WithPresets(linter.PresetFormatting, linter.PresetImport).
300
- WithAutoFix().
301
WithURL("https://github.com/daixiang0/gci"),
302
303
linter.NewConfig(golinters.NewGochecknoglobals()).
0 commit comments