fix goimorts local-prefixes

Signed-off-by: demoManito <1430482733@qq.com>
This commit is contained in:
demoManito 2022-09-29 13:55:33 +08:00
parent 0a08fa2b43
commit ae118a17f0

View File

@ -30,7 +30,7 @@ linters:
linters-settings: # please keep this alphabetized linters-settings: # please keep this alphabetized
goimports: 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: staticcheck:
checks: checks:
- "all" - "all"