From 90c4daf2a56f1db723d4f7418aba80b6864c9bab Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Franti=C5=A1ek=20Dvo=C5=99=C3=A1k?= <valtri@civ.zcu.cz> Date: Thu, 5 Jun 2025 15:03:58 +0000 Subject: [PATCH] Configure HTML linting --- .mega-linter.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.mega-linter.yaml b/.mega-linter.yaml index d1b6a8a..7c14059 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 -- GitLab