mirror of
https://github.com/etcd-io/etcd.git
synced 2024-09-27 06:25:44 +00:00
fix goimorts local-prefixes
Signed-off-by: demoManito <1430482733@qq.com>
This commit is contained in:
parent
0a08fa2b43
commit
ae118a17f0
@ -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"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user