Skip to content

Commit 562652f

Browse files
committed
fix: remove autofix support
1 parent c424039 commit 562652f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

pkg/lint/lintersdb/manager.go

-1
Original file line numberDiff line numberDiff line change
@@ -297,7 +297,6 @@ func (m Manager) GetAllSupportedLinterConfigs() []*linter.Config {
297297
linter.NewConfig(golinters.NewGci(gciCfg)).
298298
WithSince("v1.30.0").
299299
WithPresets(linter.PresetFormatting, linter.PresetImport).
300-
WithAutoFix().
301300
WithURL("https://github.com/daixiang0/gci"),
302301

303302
linter.NewConfig(golinters.NewGochecknoglobals()).

0 commit comments

Comments
 (0)