Lint packages behind feature flag : local, e2e

Signed-off-by: Guillaume Tardif <guillaume.tardif@docker.com>
This commit is contained in:
Guillaume Tardif
2020-11-18 17:18:15 +01:00
parent 181b47fcb5
commit 3940b98da5
3 changed files with 5 additions and 1 deletions

View File

@@ -72,6 +72,7 @@ cache-clear: ## Clear the builder cache
lint: ## run linter(s)
@docker build . \
--build-arg BUILD_TAGS=example,local,e2e \
--build-arg GIT_TAG=$(GIT_TAG) \
--target lint