vnu: enable `Werror`

pull/2818/head
XhmikosR 5 years ago
parent cf2e1b85dc
commit e8043b6a25

@ -35,7 +35,7 @@ childProcess.exec('java -version', (error, stdout, stderr) => {
'--skip-non-html',
// Ignore the language code warnings
'--no-langdetect',
// '--Werror',
'--Werror',
`--filterpattern "${ignores}"`,
'./*.html',
'docs_html/',

Loading…
Cancel
Save