Skip to content

Commit eeda375

Browse files
authored
bump github.com/daixiang0/gci to HEAD (#2593)
1 parent 4f20929 commit eeda375

File tree

3 files changed

+3
-4
lines changed

3 files changed

+3
-4
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ require (
1919
github.com/breml/errchkjson v0.2.3
2020
github.com/butuzov/ireturn v0.1.1
2121
github.com/charithe/durationcheck v0.0.9
22-
github.com/daixiang0/gci v0.3.0
22+
github.com/daixiang0/gci v0.3.1-0.20220208004058-76d765e3ab48
2323
github.com/denis-tingajkin/go-header v0.4.2
2424
github.com/esimonov/ifshort v1.0.4
2525
github.com/fatih/color v1.13.0

go.sum

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pkg/lint/lintersdb/manager.go

Lines changed: 0 additions & 1 deletion
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)