Some checks failed
Build & Deploy / 🔍 Prepare (push) Successful in 7s
Build & Deploy / 🧪 QA (push) Successful in 2m18s
Build & Deploy / 🏗️ Build (push) Successful in 3m53s
Build & Deploy / 🚀 Deploy (push) Successful in 24s
Build & Deploy / 🧪 Post-Deploy Verification (push) Failing after 5m1s
Build & Deploy / 🔔 Notify (push) Successful in 2s
27 lines
748 B
JSON
27 lines
748 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",
|
|
"element-required-content": "off",
|
|
"element-permitted-parent": "off",
|
|
"no-implicit-close": "off",
|
|
"close-order": "off"
|
|
}
|
|
}
|