Skip to content

Commit

Permalink
Added all exceptions currently known for the html-checker test.
Browse files Browse the repository at this point in the history
  • Loading branch information
MalcolmVonMoJ committed Jul 19, 2019
1 parent 562924a commit 4029b05
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion .hintrc
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,15 @@
"disown-opener": "error",
"highest-available-document-mode": "error",
"html-checker": ["error", {
"ignore": ["The “banner” role is unnecessary for element “header”.", "Attribute “src” not allowed on element “image” at this point."]
"ignore": [
"Attribute “src” not allowed on element “image” at this point.",
"Element “image” is missing required attribute “height”.",
"Element “image” is missing required attribute “width”.",
"The “banner” role is unnecessary for element “header”.",
"The “button” role is unnecessary for element “button”.",
"The “main” role is unnecessary for element “main”.",
"The “contentinfo” role is unnecessary for element “footer”."
]
}],
"http-cache": "error",
"http-compression": "error",
Expand Down

0 comments on commit 4029b05

Please sign in to comment.