Skip to content

Commit

Permalink
Added another instance of a GDS-okay error. Also removed two that are…
Browse files Browse the repository at this point in the history
… going to be fixed in Design System v3.
  • Loading branch information
MalcolmVonMoJ committed Jul 19, 2019
1 parent 4029b05 commit 6cfaabe
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .hintrc
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,11 @@
"html-checker": ["error", {
"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”."
"The “contentinfo” role is unnecessary for element “footer”.",
"Element “h1” not allowed as child of element “legend” in this context. (Suppressing further errors from this subtree.)"
]
}],
"http-cache": "error",
Expand Down

0 comments on commit 6cfaabe

Please sign in to comment.