Skip to content
Snippets Groups Projects
Commit 6c076c73 authored by František Dvořák's avatar František Dvořák
Browse files

Configure HTML linting

parent cd9e2805
No related branches found
No related tags found
No related merge requests found
Pipeline #20904 failed
...@@ -24,6 +24,11 @@ ANSIBLE_ANSIBLE_LINT_ARGUMENTS: >- ...@@ -24,6 +24,11 @@ ANSIBLE_ANSIBLE_LINT_ARGUMENTS: >-
--exclude */playbooks/files/calico.yaml --exclude */playbooks/files/calico.yaml
--exclude */terraform/cloud-init.yaml --exclude */terraform/cloud-init.yaml
# H006: do not force image aspect ratio
# H030: meta description
# H031: meta keywords
HTML_DJLINT_ARGUMENTS: --ignore H006,H030,H031
# B105:hardcoded_password_string: false positive # B105:hardcoded_password_string: false positive
# B404:blacklist: subprocess needed # B404:blacklist: subprocess needed
# B603:subprocess_without_shell_equals_true: needed # B603:subprocess_without_shell_equals_true: needed
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment