Skip to content

Commit

Permalink
ci: disable gci
Browse files Browse the repository at this point in the history
Signed-off-by: Zxilly <[email protected]>
  • Loading branch information
Zxilly committed Jul 7, 2024
1 parent c901436 commit e7914b9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .golangci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ run:
linters:
enable:
- errorlint
- gci
# - gci # fixme: disable for now, see https://github.com/daixiang0/gci/issues/209
- loggercheck
- gosec
- revive
Expand Down Expand Up @@ -43,8 +43,8 @@ linters-settings:
gci:
sections:
- standard
- default
- prefix(syscall/js,unique,iter) # fixme: workaround, wait for https://github.com/daixiang0/gci/pull/208 merged
- default
- localmodule
custom-order: true

Expand Down

0 comments on commit e7914b9

Please sign in to comment.