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 @@ -437,7 +437,7 @@ linters-settings:
437437
438438 # Section configuration to compare against.
439439 # Section names are case-insensitive and may contain parameters in ().
440- # The default order of sections is `standard > default > custom > blank > dot > alias`,
440+ # The default order of sections is `standard > default > custom > blank > dot > alias > localmodule `,
441441 # If `custom-order` is `true`, it follows the order of `sections` option.
442442 # Default: ["standard", "default"]
443443 sections :
@@ -447,6 +447,7 @@ linters-settings:
447447 - blank # Blank section: contains all blank imports. This section is not present unless explicitly enabled.
448448 - dot # Dot section: contains all dot imports. This section is not present unless explicitly enabled.
449449 - alias # Alias section: contains all alias imports. This section is not present unless explicitly enabled.
450+ - localmodule # Local module section: contains all local packages. This section is not present unless explicitly enabled.
450451
451452 # Skip generated files.
452453 # Default: true
Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ require (
3131 github.com/charithe/durationcheck v0.0.10
3232 github.com/ckaznocha/intrange v0.1.0
3333 github.com/curioswitch/go-reassign v0.2.0
34- github.com/daixiang0/gci v0.12.3
34+ github.com/daixiang0/gci v0.13.0
3535 github.com/denis-tingaikin/go-header v0.5.0
3636 github.com/esimonov/ifshort v1.0.4
3737 github.com/fatih/color v1.16.0
You can’t perform that action at this time.
0 commit comments