File tree Expand file tree Collapse file tree 3 files changed +6
-4
lines changed Expand file tree Collapse file tree 3 files changed +6
-4
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments