mirror of
https://github.com/twbs/bootstrap.git
synced 2025-02-07 04:54:24 +01:00
vnu.jar: Ignore all wrong language code warnings.
This commit is contained in:
parent
7748ae909e
commit
91730a644f
@ -40,8 +40,8 @@ childProcess.exec('java -version', (error, stdout, stderr) => {
|
|||||||
// IE11 doesn't recognise <main> / give the element an implicit "main" landmark.
|
// IE11 doesn't recognise <main> / give the element an implicit "main" landmark.
|
||||||
// Explicit role="main" is redundant for other modern browsers, but still valid.
|
// Explicit role="main" is redundant for other modern browsers, but still valid.
|
||||||
'The “main” role is unnecessary for element “main”.',
|
'The “main” role is unnecessary for element “main”.',
|
||||||
// For some reason, the validator thinks the dashboard example is written in Danish
|
// Ignore the wrong lanuage code warnings for now; they happen randomly.
|
||||||
'This document appears to be written in Danish.*'
|
'This document appears to be written in.*'
|
||||||
].join('|')
|
].join('|')
|
||||||
|
|
||||||
const args = [
|
const args = [
|
||||||
|
Loading…
x
Reference in New Issue
Block a user