Skip to content

Commit

Permalink
bump github.com/daixiang0/gci to HEAD (#2593)
Browse files Browse the repository at this point in the history
  • Loading branch information
ldez committed Feb 17, 2022
1 parent 4f20929 commit eeda375
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion go.mod
Expand Up @@ -19,7 +19,7 @@ require (
github.com/breml/errchkjson v0.2.3
github.com/butuzov/ireturn v0.1.1
github.com/charithe/durationcheck v0.0.9
github.com/daixiang0/gci v0.3.0
github.com/daixiang0/gci v0.3.1-0.20220208004058-76d765e3ab48
github.com/denis-tingajkin/go-header v0.4.2
github.com/esimonov/ifshort v1.0.4
github.com/fatih/color v1.13.0
Expand Down
4 changes: 2 additions & 2 deletions go.sum

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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 eeda375

Please sign in to comment.