Skip to content

Commit

Permalink
vnu.jar: Ignore all wrong language code warnings.
Browse files Browse the repository at this point in the history
  • Loading branch information
XhmikosR authored and mdo committed Apr 8, 2018
1 parent 7748ae9 commit 91730a6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build/vnu-jar.js
Expand Up @@ -40,8 +40,8 @@ childProcess.exec('java -version', (error, stdout, stderr) => {
// IE11 doesn't recognise <main> / give the element an implicit "main" landmark.
// Explicit role="main" is redundant for other modern browsers, but still valid.
'The “main” role is unnecessary for element “main”.',
// For some reason, the validator thinks the dashboard example is written in Danish
'This document appears to be written in Danish.*'
// Ignore the wrong lanuage code warnings for now; they happen randomly.
'This document appears to be written in.*'
].join('|')

const args = [
Expand Down

0 comments on commit 91730a6

Please sign in to comment.