From 5dafd2bda52e9a65c1697f8b13a1a9736e751c8c Mon Sep 17 00:00:00 2001 From: iyear Date: Sat, 11 Nov 2023 21:50:11 +0800 Subject: [PATCH] chore(lint): move gci to last --- .golangci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.golangci.yaml b/.golangci.yaml index bed7758..96304d0 100644 --- a/.golangci.yaml +++ b/.golangci.yaml @@ -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