Skip to content

Commit

Permalink
don't separate aliased imports
Browse files Browse the repository at this point in the history
Co-authored-by: Jacob Floyd <[email protected]>
  • Loading branch information
wass3r and cognifloyd authored Mar 9, 2024
1 parent 83d4207 commit e87df8d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,15 +34,14 @@ linters-settings:

# https://github.com/daixiang0/gci
# ensure import order is consistent
# gci write --custom-order -s standard -s default -s blank -s dot -s alias -s "prefix(github.com/go-vela)" .
# gci write --custom-order -s standard -s default -s blank -s dot -s "prefix(github.com/go-vela)" .
gci:
custom-order: true
sections:
- standard
- default
- blank
- dot
- alias
- prefix(github.com/go-vela)

# https://github.com/denis-tingaikin/go-header
Expand Down

0 comments on commit e87df8d

Please sign in to comment.