File tree Expand file tree Collapse file tree 1 file changed +0
-17
lines changed Expand file tree Collapse file tree 1 file changed +0
-17
lines changed Original file line number Diff line number Diff line change @@ -14,23 +14,6 @@ linters-settings:
1414 govet :
1515 enable :
1616 - nilness
17- gci :
18- # Section configuration to compare against.
19- # Section names are case-insensitive and may contain parameters in ().
20- # The default order of sections is `standard > default > custom > blank > dot > alias`,
21- # If `custom-order` is `true`, it follows the order of `sections` option.
22- # Default: ["standard", "default"]
23- sections :
24- - standard # Standard section: captures all standard packages.
25- - default # Default section: contains all imports that could not be matched to another section type.
26- - prefix(sigs.k8s.io/kueue) # Custom section: groups all imports with the specified Prefix.
27- # Skip generated files.
28- # Default: true
29- skip-generated : true
30- # Enable custom order of sections.
31- # If `true`, make the section order the same as the order of `sections`.
32- # Default: false
33- custom-order : true
3417 revive :
3518 enable-all-rules : false
3619 rules :
You can’t perform that action at this time.
0 commit comments