Skip to content

Commit 22b019f

Browse files
dependabot[bot]ldez
authored andcommitted
build(deps): bump github.com/daixiang0/gci from 0.4.3 to 0.5.0 (golangci#3031)
Co-authored-by: Fernandez Ludovic <[email protected]>
1 parent 87d3501 commit 22b019f

File tree

3 files changed

+6
-4
lines changed

3 files changed

+6
-4
lines changed

.golangci.reference.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -359,13 +359,15 @@ linters-settings:
359359

360360
# Section configuration to compare against.
361361
# Section names are case-insensitive and may contain parameters in ().
362-
# The order of sections is always `standard > default > custom`,
362+
# The order of sections is always `standard > default > custom > blank > dot`,
363363
# it cannot be changed and doesn't follow the order of `sections` option.
364364
# Default: ["standard", "default"]
365365
sections:
366366
- standard # Standard section: captures all standard packages.
367367
- default # Default section: contains all imports that could not be matched to another section type.
368368
- prefix(github.com/org/project) # Custom section: groups all imports with the specified Prefix.
369+
- blank # Blank section: contains all blank imports. This section is not present unless explicitly enabled.
370+
- dot # Dot section: contains all dot imports. This section is not present unless explicitly enabled.
369371

370372
# Skip generated files.
371373
# Default: true

go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ require (
2121
github.com/breml/errchkjson v0.3.0
2222
github.com/butuzov/ireturn v0.1.1
2323
github.com/charithe/durationcheck v0.0.9
24-
github.com/daixiang0/gci v0.4.3
24+
github.com/daixiang0/gci v0.5.0
2525
github.com/denis-tingaikin/go-header v0.4.3
2626
github.com/esimonov/ifshort v1.0.4
2727
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.

0 commit comments

Comments
 (0)