Skip to content

Commit

Permalink
chore: remove yamllint
Browse files Browse the repository at this point in the history
Signed-off-by: CrazyMax <[email protected]>
  • Loading branch information
crazy-max committed Jun 23, 2022
1 parent a8bb25d commit 45fac6d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 16 deletions.
13 changes: 0 additions & 13 deletions .yamllint.yml

This file was deleted.

4 changes: 1 addition & 3 deletions hack/dockerfiles/lint.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,8 @@
ARG GO_VERSION=1.18

FROM golang:${GO_VERSION}-alpine
RUN apk add --no-cache git gcc musl-dev yamllint
RUN apk add --no-cache git gcc musl-dev
RUN wget -O- -nv https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s v1.45.2
WORKDIR /go/src/github.com/docker/buildx
RUN --mount=target=/go/src/github.com/docker/buildx --mount=target=/root/.cache,type=cache \
golangci-lint run
RUN --mount=target=/go/src/github.com/docker/buildx --mount=target=/root/.cache,type=cache \
yamllint -c .yamllint.yml --strict .

0 comments on commit 45fac6d

Please sign in to comment.