Skip to content

Commit d00d05b

Browse files
committed
Tweak .golangci.yaml
1 parent 7079dd0 commit d00d05b

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.golangci.yaml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,10 @@ linters:
1414

1515
linters-settings:
1616
gci:
17+
custom-order: true
1718
sections:
1819
- standard
1920
- default
20-
- prefix(github.com/aaronjheng/kafka-cli)
21-
custom-order: true
21+
- localmodule
22+
gofumpt:
23+
module-path: github.com/aaronjheng/kafka-cli

0 commit comments

Comments
 (0)