Skip to content

Commit 4b40554

Browse files
committed
chore: Fixing lint nightmare
1 parent 28c5bfa commit 4b40554

1 file changed

Lines changed: 8 additions & 3 deletions

File tree

examples/.pre-commit-config-docker.yaml

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,14 @@
33

44
# Skip Docker hooks on pre-commit.ci (which doesn't support Docker)
55
ci:
6-
skip: [terraform_fmt_docker, terraform_validate_docker, terraform_tflint_docker,
7-
terraform_docs_docker, terraform_checkov_docker, terraform_trivy_docker,
8-
infracost_breakdown_docker]
6+
skip:
7+
- terraform_fmt_docker
8+
- terraform_validate_docker
9+
- terraform_tflint_docker
10+
- terraform_docs_docker
11+
- terraform_checkov_docker
12+
- terraform_trivy_docker
13+
- infracost_breakdown_docker
914

1015
repos:
1116
- repo: https://github.com/actuarysailor/pre-commit-terraform

0 commit comments

Comments
 (0)