Skip to content

Commit

Permalink
Dockerfile-test: make staticcheck work temporarily
Browse files Browse the repository at this point in the history
Signed-off-by: Gyu-Ho Lee <gyuhox@gmail.com>
  • Loading branch information
gyuho committed Oct 26, 2017
1 parent a2ba5a4 commit 43eba23
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions Dockerfile-test
Original file line number Diff line number Diff line change
Expand Up @@ -55,3 +55,9 @@ RUN go get -v -u -tags spell github.com/chzchzchz/goword \
&& rm -f /tmp/install-marker.sh \
&& curl -s https://codecov.io/bash >/codecov \
&& chmod 700 /codecov

# TODO: https://github.com/dominikh/go-tools/issues/206
RUN pushd ${GOPATH}/src/honnef.co/go/tools \
&& git reset --hard f3398275e64e1167d1b8b9951663163e3a01c861 \
&& go install -v ./cmd/staticcheck \
&& popd

0 comments on commit 43eba23

Please sign in to comment.