From ae118a17f0fe399abd1b80be397c369d3d00e0a9 Mon Sep 17 00:00:00 2001 From: demoManito <1430482733@qq.com> Date: Thu, 29 Sep 2022 13:55:33 +0800 Subject: [PATCH] fix goimorts local-prefixes Signed-off-by: demoManito <1430482733@qq.com> --- .golangci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.golangci.yaml b/.golangci.yaml index 635c95b43..d169aa4e7 100644 --- a/.golangci.yaml +++ b/.golangci.yaml @@ -30,7 +30,7 @@ linters: linters-settings: # please keep this alphabetized goimports: - local-prefixes: go.etcd.io/etcd # Put imports beginning with prefix after 3rd-party packages. + local-prefixes: go.etcd.io # Put imports beginning with prefix after 3rd-party packages. staticcheck: checks: - "all"