File tree Expand file tree Collapse file tree 2 files changed +16
-1
lines changed Expand file tree Collapse file tree 2 files changed +16
-1
lines changed Original file line number Diff line number Diff line change @@ -66,3 +66,18 @@ issues:
66
66
- linters :
67
67
- revive
68
68
text : " stutters"
69
+ - linters :
70
+ - revive
71
+ text : " empty-block"
72
+ - linters :
73
+ - revive
74
+ text : " superfluous-else"
75
+ - linters :
76
+ - revive
77
+ text : " unused-parameter"
78
+ - linters :
79
+ - revive
80
+ text : " redefines-builtin-id"
81
+ - linters :
82
+ - revive
83
+ text : " if-return"
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ ARG GO_VERSION=1.20
5
5
FROM golang:${GO_VERSION}-alpine
6
6
ENV GOFLAGS="-buildvcs=false"
7
7
RUN apk add --no-cache gcc musl-dev yamllint
8
- RUN wget -O- -nv https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s v1.51.1
8
+ RUN wget -O- -nv https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s v1.52.2
9
9
WORKDIR /go/src/github.com/moby/buildkit
10
10
RUN --mount=target=/go/src/github.com/moby/buildkit --mount=target=/root/.cache,type=cache \
11
11
GOARCH=amd64 golangci-lint run && \
You can’t perform that action at this time.
0 commit comments