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