mirror of
https://github.com/jquery/jquery-ui.git
synced 2024-11-21 11:04:24 +00:00
Build: Add a new htmllint error regex
Some bad pages are being detected as Catalan randomly which makes the build fail. This is reproducible both locally & on Travis. This commit adds a new regex to account for this error. Closes gh-1949
This commit is contained in:
parent
e6592a8aff
commit
1029849a53
@ -214,7 +214,8 @@ grunt.initConfig( {
|
||||
/Element “head” is missing a required instance of child element “title”/,
|
||||
/Element “object” is missing one or more of the following/,
|
||||
/The “codebase” attribute on the “object” element is obsolete/,
|
||||
/Consider adding a “lang” attribute to the “html” start tag/
|
||||
/Consider adding a “lang” attribute to the “html” start tag/,
|
||||
/This document appears to be written in .*. Consider adding “lang=".*"” (or variant) to the “html” start tag/
|
||||
]
|
||||
},
|
||||
src: htmllintBad
|
||||
|
Loading…
Reference in New Issue
Block a user