From 0e9014f3e90a3647533f627fc6a73dcbd1c6a6dd Mon Sep 17 00:00:00 2001 From: Lars Reimann Date: Sat, 18 May 2024 17:33:28 +0200 Subject: [PATCH] ci: turn off htmlhint --- .mega-linter.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.mega-linter.yml b/.mega-linter.yml index b0b5ddb30..37a3c77a7 100644 --- a/.mega-linter.yml +++ b/.mega-linter.yml @@ -5,6 +5,10 @@ EXTENDS: https://raw.githubusercontent.com/lars-reimann/.github/main/.mega-linte # Config FILTER_REGEX_EXCLUDE: (\.github/workflows/|tests/resources/|mkdocs.yml) +# Disabled linters +DISABLE_LINTERS: + - HTML_HTMLHINT + # Workaround to also run prettier on other supported file types. We deactivate it for Markdown compared to the extended # configuration since it breaks admonitions of Material for MkDocs. JSON_PRETTIER_FILE_EXTENSIONS: