mirror of
https://github.com/iyear/tdl
synced 2025-01-05 10:27:16 +08:00
chore(lint): move gci to last
This commit is contained in:
parent
23df1f10fe
commit
5dafd2bda5
@ -5,7 +5,6 @@ output:
|
||||
linters:
|
||||
disable-all: true
|
||||
enable:
|
||||
- gci
|
||||
- gofumpt
|
||||
- gosimple
|
||||
- govet
|
||||
@ -18,6 +17,7 @@ linters:
|
||||
- unused
|
||||
- usestdlibvars
|
||||
- exhaustive
|
||||
- gci
|
||||
linters-settings:
|
||||
exhaustive:
|
||||
default-signifies-exhaustive: true
|
||||
|
Loading…
Reference in New Issue
Block a user