chore(lint): move gci to last

This commit is contained in:
iyear 2023-11-11 21:50:11 +08:00
parent 23df1f10fe
commit 5dafd2bda5

View File

@ -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