Skip to content

Commit

Permalink
fix(infrastructure): Set VNU to not treat warnings as errors (#3755)
Browse files Browse the repository at this point in the history
* Set VNU to not treat warnings as errors

* Update package-lock.json
  • Loading branch information
alexiscordova committed Apr 17, 2019
1 parent f16ec6d commit 78590de
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/gulp/accessibility/vnu.js
Expand Up @@ -13,6 +13,7 @@ import Vinyl from 'vinyl';
// the pattern for all other gulp scripts
const IGNORE = [
/(.*)_JAVA_OPTIONS(.*)/i, // "Travis outputs this to make this interesting"
/Warning:(.*)/i, // Warnings shouldn't be considered errors
/(.*)role=gridcell(.*)must be contained in, or owned by, an element with(.*)role=row/, // "An element with “role=gridcell“ must be contained in, or owned by, an element with “role=row“",
/(.*)listbox(.*)for attribute(.*)aria-haspopup/, // "Bad value “listbox“ for attribute “aria-haspopup“ on element “div“.",
/(.*)dialog(.*)for attribute(.*)aria-haspopup/, // "Bad value “dialog“ for attribute “aria-haspopup“ on element “div“.",
Expand Down

0 comments on commit 78590de

Please sign in to comment.