File tree Expand file tree Collapse file tree 3 files changed +5
-4
lines changed
Expand file tree Collapse file tree 3 files changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -425,7 +425,7 @@ linters-settings:
425425
426426 # Section configuration to compare against.
427427 # Section names are case-insensitive and may contain parameters in ().
428- # The default order of sections is `standard > default > custom > blank > dot`,
428+ # The default order of sections is `standard > default > custom > blank > dot > alias `,
429429 # If `custom-order` is `true`, it follows the order of `sections` option.
430430 # Default: ["standard", "default"]
431431 sections :
@@ -434,6 +434,7 @@ linters-settings:
434434 - prefix(github.com/org/project) # Custom section: groups all imports with the specified Prefix.
435435 - blank # Blank section: contains all blank imports. This section is not present unless explicitly enabled.
436436 - dot # Dot section: contains all dot imports. This section is not present unless explicitly enabled.
437+ - alias # Alias section: contains all alias imports. This section is not present unless explicitly enabled.
437438
438439 # Skip generated files.
439440 # Default: true
Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ require (
3030 github.com/catenacyber/perfsprint v0.5.0
3131 github.com/charithe/durationcheck v0.0.10
3232 github.com/curioswitch/go-reassign v0.2.0
33- github.com/daixiang0/gci v0.11.2
33+ github.com/daixiang0/gci v0.12.0
3434 github.com/denis-tingaikin/go-header v0.4.3
3535 github.com/esimonov/ifshort v1.0.4
3636 github.com/fatih/color v1.16.0
You can’t perform that action at this time.
0 commit comments