Skip to content
This repository was archived by the owner on Apr 12, 2024. It is now read-only.

Commit d95ed39

Browse files
committed
Configure gci sections to fix golangci/golangci-lint#2588
1 parent 6df7b99 commit d95ed39

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.golangci.yml

+7
Original file line numberDiff line numberDiff line change
@@ -36,3 +36,10 @@ issues:
3636
- path: _test\.go
3737
linters:
3838
- wrapcheck
39+
40+
linters-settings:
41+
gci:
42+
# TODO: remove after golangci/golangci-lint#2588 is fixed
43+
sections:
44+
- standard
45+
- default

0 commit comments

Comments
 (0)