Skip to content
This repository was archived by the owner on Dec 26, 2022. It is now read-only.

Commit f28c16c

Browse files
Update some Pants configuration for 2.13.0
Signed-off-by: Christopher Maier <[email protected]>
1 parent 02047de commit f28c16c

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ all: # Run all tasks
77

88
.PHONY: lint-docker
99
lint-docker: ## Lint Dockerfiles
10-
./pants filter --target-type=docker_image :: | xargs ./pants lint
10+
./pants --filter-target-type=docker_image lint ::
1111

1212
.PHONY: image
1313
image: ## Build the container image

pants.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,5 @@ backend_packages = [
44
"pants.backend.docker",
55
"pants.backend.docker.lint.hadolint",
66
]
7+
8+
use_deprecated_directory_cli_args_semantics = false

0 commit comments

Comments
 (0)