Skip to content

Commit ea587d9

Browse files
authored
Remove gci linter because it breaks import comments (#2184)
1 parent ac6dfdb commit ea587d9

File tree

1 file changed

+0
-17
lines changed

1 file changed

+0
-17
lines changed

‎.golangci.yaml‎

Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff 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:

0 commit comments

Comments
 (0)