Update vndr commit to latest

Some fixes and it also preserves directories with *.c files now.

See https://github.com/LK4D4/vndr/compare/a6e196d8b4b0cbbdc29aebdb20c59ac6926bb384...1fc68ee0c852556a9ed53cbde16247033f104111

Signed-off-by: Vincent Demeester <vincent@sbr.pm>
Upstream-commit: 08d6c18570
Component: cli
This commit is contained in:
Vincent Demeester
2018-05-24 09:39:22 +02:00
parent 274de24328
commit 2b328bedc5
25 changed files with 3262 additions and 1 deletions
+1 -1
View File
@@ -3,7 +3,7 @@ FROM golang:1.10.2-alpine
RUN apk add -U git make bash coreutils ca-certificates curl
ARG VNDR_SHA=a6e196d8b4b0cbbdc29aebdb20c59ac6926bb384
ARG VNDR_SHA=1fc68ee0c852556a9ed53cbde16247033f104111
RUN go get -d github.com/LK4D4/vndr && \
cd /go/src/github.com/LK4D4/vndr && \
git checkout -q "$VNDR_SHA" && \