Skip to content

Commit 1f0ef15

Browse files
committed
Update exclude mock dir from golangci-lint
Signed-off-by: Mmadu Manasseh <manasseh.mmadu@zapier.com>
1 parent 79fb60d commit 1f0ef15

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.tool-versions

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
earthly 0.8.15
22
golang 1.23.4
3-
golangci-lint 1.62.2
3+
golangci-lint 1.63.4
44
helm 3.16.3
55
helm-cr 1.6.1
66
helm-ct 3.11.0

Earthfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ golang-ci-lint:
171171
WORKDIR /src
172172
COPY . .
173173

174-
RUN golangci-lint --timeout 15m run --verbose
174+
RUN golangci-lint --timeout 15m run --verbose --exclude-dirs mock
175175

176176
staticcheck-golang:
177177
ARG --required STATICCHECK_VERSION

0 commit comments

Comments
 (0)