From 755ade9c2d841e19f87ea583a5ea366be6ba29aa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Charles-Edouard=20Br=C3=A9t=C3=A9ch=C3=A9?= Date: Wed, 18 May 2022 06:24:08 +0200 Subject: [PATCH] chore: enable goimports linter (#3959) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Charles-Edouard Brétéché Co-authored-by: Prateek Pandey Co-authored-by: shuting --- .golangci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.golangci.yml b/.golangci.yml index 1014e8a37d..9e6e40fa4f 100644 --- a/.golangci.yml +++ b/.golangci.yml @@ -15,6 +15,7 @@ linters: - gochecknoinits - gofmt - gofumpt + - goimports - goprintffuncname - gosec - gosimple