Some checks failed
Build & Deploy / 🔍 Prepare (push) Successful in 13s
Build & Deploy / 🧪 QA (push) Successful in 1m39s
Build & Deploy / 🏗️ Build (push) Successful in 2m43s
Build & Deploy / 🚀 Deploy (push) Successful in 26s
Build & Deploy / ⚡ Lighthouse (push) Successful in 2m51s
Build & Deploy / 🧪 Smoke Test (push) Successful in 3m20s
Build & Deploy / ♿ WCAG (push) Successful in 2m22s
Build & Deploy / 🛡️ Quality Gates (push) Failing after 2m46s
Build & Deploy / 📸 Visual Diff (push) Failing after 4m50s
Build & Deploy / 🔔 Notify (push) Successful in 2s
23 lines
612 B
JSON
23 lines
612 B
JSON
{
|
|
"extends": ["html-validate:recommended", "html-validate:document"],
|
|
"rules": {
|
|
"require-sri": "off",
|
|
"meta-refresh": "off",
|
|
"heading-level": "warn",
|
|
"no-trailing-whitespace": "off",
|
|
"wcag/h37": "warn",
|
|
"no-inline-style": "off",
|
|
"svg-focusable": "off",
|
|
"attribute-boolean-style": "off",
|
|
"attr-case": "off",
|
|
"void-style": "off",
|
|
"no-implicit-button-type": "off",
|
|
"unique-landmark": "off",
|
|
"long-title": "off",
|
|
"valid-id": "off",
|
|
"element-required-attributes": "off",
|
|
"attribute-empty-style": "off",
|
|
"element-permitted-content": "off"
|
|
}
|
|
}
|