From: Moritz Warning Date: Thu, 20 Aug 2020 07:53:32 +0000 (+0200) Subject: excempt svg from html5validator X-Git-Tag: v3.0.0~27 X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=b560a8651523f4a408a23722c7f4e1e5981dcd09;p=web%2Ffirmware-selector-openwrt-org.git excempt svg from html5validator The error message refers to a missing 'lang' attribute of a non existing html tag, both of which is not applicable to a svg file. --- diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index a7c5a87..15ca634 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -21,7 +21,7 @@ check HTML, CSS and SVG with html5validator: stage: pre-build image: cyb3rjak3/html5validator:latest script: - - html5validator --root www --also-check-css --also-check-svg --show-warnings --log INFO + - html5validator --root www --also-check-css --show-warnings --log INFO .build python: stage: pre-build