Skip to content

Commit 4e2a2ff

Browse files
committed
make lint: enable linting with extra tags
Signed-off-by: Kir Kolyshkin <[email protected]>
1 parent 6135de2 commit 4e2a2ff

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Makefile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,8 +97,10 @@ validate: lint
9797
@BUILDTAGS="$(BUILDTAGS)" hack/validate.sh
9898

9999
.PHONY: lint
100+
lint: EXTRA_TAGS=containers_image_docker_daemon_stub,containers_image_fulcio_stub,containers_image_openpgp,containers_image_rekor_stub,containers_image_storage_stub
100101
lint:
101102
$(GOBIN)/golangci-lint run --build-tags "$(BUILDTAGS)"
103+
$(GOBIN)/golangci-lint run --build-tags "$(EXTRA_TAGS)"
102104

103105
# When this is running in CI, it will only check the CI commit range
104106
.PHONY: .gitvalidation

0 commit comments

Comments
 (0)