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

+1-1
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

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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)