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:
359
359
360
360
# Section configuration to compare against.
361
361
# 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 `,
363
363
# it cannot be changed and doesn't follow the order of `sections` option.
364
364
# Default: ["standard", "default"]
365
365
sections :
366
366
- standard # Standard section: captures all standard packages.
367
367
- default # Default section: contains all imports that could not be matched to another section type.
368
368
- 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.
369
371
370
372
# Skip generated files.
371
373
# Default: true
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ require (
21
21
github.com/breml/errchkjson v0.3.0
22
22
github.com/butuzov/ireturn v0.1.1
23
23
github.com/charithe/durationcheck v0.0.9
24
- github.com/daixiang0/gci v0.4.3
24
+ github.com/daixiang0/gci v0.5.0
25
25
github.com/denis-tingaikin/go-header v0.4.3
26
26
github.com/esimonov/ifshort v1.0.4
27
27
github.com/fatih/color v1.13.0
You can’t perform that action at this time.
0 commit comments