Commit 91730a64 authored by XhmikosR's avatar XhmikosR Committed by Mark Otto
Browse files

vnu.jar: Ignore all wrong language code warnings.

parent 7748ae90
2 merge requests!28721Hot test,!27561Adds font-weight-medium to font weight classes
Showing with 2 additions and 2 deletions
+2 -2
......@@ -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 = [
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment