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