diff --git a/.mega-linter.yaml b/.mega-linter.yaml index d1b6a8ae5f54688cad8b95dc012fd9acdacd9bc5..7c14059d2807e678483d34455dffa2133d699ab2 100644 --- a/.mega-linter.yaml +++ b/.mega-linter.yaml @@ -24,6 +24,11 @@ ANSIBLE_ANSIBLE_LINT_ARGUMENTS: >- --exclude */playbooks/files/calico.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 # B404:blacklist: subprocess needed # B603:subprocess_without_shell_equals_true: needed