Skip to content

Commit

Permalink
Remove gci linter because it breaks import comments
Browse files Browse the repository at this point in the history
  • Loading branch information
alexandear committed May 10, 2024
1 parent c55f10c commit bee9e7c
Showing 1 changed file with 0 additions and 18 deletions.
18 changes: 0 additions & 18 deletions .golangci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,24 +19,6 @@ linters-settings:
govet:
enable:
- nilness
gci:
# Section configuration to compare against.
# Section names are case-insensitive and may contain parameters in ().
# The default order of sections is `standard > default > custom > blank > dot > alias`,
# If `custom-order` is `true`, it follows the order of `sections` option.
# Default: ["standard", "default"]
sections:
- standard # Standard section: captures all standard packages.
- default # Default section: contains all imports that could not be matched to another section type.
- prefix(sigs.k8s.io/kueue) # Custom section: groups all imports with the specified Prefix.
# Skip generated files.
# Default: true
skip-generated: true
# Enable custom order of sections.
# If `true`, make the section order the same as the order of `sections`.
# Default: false
custom-order: true


# Settings for enabling and disabling linters
linters:
Expand Down

0 comments on commit bee9e7c

Please sign in to comment.