mirror of
https://github.com/etcd-io/etcd.git
synced 2024-09-27 06:25:44 +00:00
Dockerfile-test: add 'ineffassign' to image
Was missing for 'fmt' tests. Signed-off-by: Gyu-Ho Lee <gyuhox@gmail.com>
This commit is contained in:
parent
a68a3dc79e
commit
66f2a65f6b
@ -20,6 +20,7 @@ RUN go get -v -u -tags spell github.com/chzchzchz/goword \
|
||||
&& go get -v -u honnef.co/go/tools/cmd/unused \
|
||||
&& go get -v -u honnef.co/go/tools/cmd/staticcheck \
|
||||
&& go get -v -u github.com/wadey/gocovmerge \
|
||||
&& go get -v -u github.com/gordonklaus/ineffassign \
|
||||
&& ./scripts/install-marker.sh amd64
|
||||
|
||||
# e.g.
|
||||
|
Loading…
x
Reference in New Issue
Block a user