File tree 1 file changed +4
-3
lines changed
1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -360,7 +360,7 @@ linters-settings:
360
360
# Section configuration to compare against.
361
361
# Section names are case-insensitive and may contain parameters in ().
362
362
# The default order of sections is `standard > default > custom > blank > dot`,
363
- # If enable custom-order, it follows the order of `sections` option.
363
+ # If ` custom-order` is `true` , it follows the order of `sections` option.
364
364
# Default: ["standard", "default"]
365
365
sections :
366
366
- standard # Standard section: captures all standard packages.
@@ -373,9 +373,10 @@ linters-settings:
373
373
# Default: true
374
374
skip-generated : false
375
375
376
- # Enable custom order of sections. If specified, make the section order the same as the order of `sections`.
376
+ # Enable custom order of sections.
377
+ # If `true`, make the section order the same as the order of `sections`.
377
378
# Default: false
378
- custom-order : false
379
+ custom-order : true
379
380
380
381
gocognit :
381
382
# Minimal code complexity to report
You can’t perform that action at this time.
0 commit comments