Skip to content

Commit

Permalink
build(deps): bump github.com/daixiang0/gci from 0.5.0 to 0.6.0
Browse files Browse the repository at this point in the history
Signed-off-by: Loong Dai <loong.dai@intel.com>
  • Loading branch information
daixiang0 committed Aug 1, 2022
1 parent d186efe commit 152cdae
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 5 deletions.
8 changes: 6 additions & 2 deletions .golangci.reference.yml
Expand Up @@ -359,8 +359,8 @@ linters-settings:

# Section configuration to compare against.
# Section names are case-insensitive and may contain parameters in ().
# The order of sections is always `standard > default > custom > blank > dot`,
# it cannot be changed and doesn't follow the order of `sections` option.
# The default order of sections is `standard > default > custom > blank > dot`,
# If enable custom-order, it follows the order of `sections` option.
# Default: ["standard", "default"]
sections:
- standard # Standard section: captures all standard packages.
Expand All @@ -373,6 +373,10 @@ linters-settings:
# Default: true
skip-generated: false

# Enable custom order of sections. If specified, make the section order the same as the order of `sections`.
# Default: false
custom-order: false

gocognit:
# Minimal code complexity to report
# Default: 30 (but we recommend 10-20)
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Expand Up @@ -21,7 +21,7 @@ require (
github.com/breml/errchkjson v0.3.0
github.com/butuzov/ireturn v0.1.1
github.com/charithe/durationcheck v0.0.9
github.com/daixiang0/gci v0.5.0
github.com/daixiang0/gci v0.6.0
github.com/denis-tingaikin/go-header v0.4.3
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.

0 comments on commit 152cdae

Please sign in to comment.