Skip to content

Commit

Permalink
fix: remove autofix support
Browse files Browse the repository at this point in the history
  • Loading branch information
ldez committed Feb 17, 2022
1 parent c424039 commit 562652f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pkg/lint/lintersdb/manager.go
Expand Up @@ -297,7 +297,6 @@ func (m Manager) GetAllSupportedLinterConfigs() []*linter.Config {
linter.NewConfig(golinters.NewGci(gciCfg)).
WithSince("v1.30.0").
WithPresets(linter.PresetFormatting, linter.PresetImport).
WithAutoFix().
WithURL("https://github.com/daixiang0/gci"),

linter.NewConfig(golinters.NewGochecknoglobals()).
Expand Down

0 comments on commit 562652f

Please sign in to comment.