Skip to content

Commit

Permalink
chore: gci doesn't bring value to linting
Browse files Browse the repository at this point in the history
The value to have deterministic import orders in our code doesn't seem
that useful considering that imports will automatically be cleaned up
and sorted thanks to the native tooling. This should be good enough
without another opinionated tool complaining that the order isn't _that_
specific way. It's low-impact, and not worth having 2 toolings fight
over this.
  • Loading branch information
therealvio committed Nov 28, 2024
1 parent 8600d08 commit c7139c5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ linters:
- exportloopref
- forbidigo
- funlen
- gci
- gochecknoglobals
- gocognit
- goconst
Expand Down

0 comments on commit c7139c5

Please sign in to comment.