From 6fc7c0ea792910bd90621a17a429f47adc025e4f Mon Sep 17 00:00:00 2001 From: Tatsuhiro Tsujikawa Date: Wed, 4 Sep 2024 01:16:59 +0000 Subject: [PATCH] Enable gci linter --- .golangci.yaml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.golangci.yaml b/.golangci.yaml index 31c27b01..f5e22085 100644 --- a/.golangci.yaml +++ b/.golangci.yaml @@ -18,8 +18,15 @@ linters: - mirror - wsl - copyloopvar + - gci linters-settings: govet: enable: - nilness - unusedwrite + gci: + sections: + - standard + - default + - localmodule + custom-order: true