From: XhmikosR Date: Tue, 31 Oct 2017 16:46:26 +0000 (+0200) Subject: Shorten ignores - add more comments. X-Git-Tag: v4.0.0-beta.3~135 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2bbb9e0efc9ea70c27dc0d9ba70f32a72b0977c0;p=thirdparty%2Fbootstrap.git Shorten ignores - add more comments. --- diff --git a/build/vnu-jar.js b/build/vnu-jar.js index 1a2ff827b1..744a8d44b4 100644 --- a/build/vnu-jar.js +++ b/build/vnu-jar.js @@ -14,28 +14,31 @@ const vnu = require('vnu-jar') childProcess.exec('java -version', (error, stdout, stderr) => { if (error) { - console.error('Skipping HTML lint test; Java is missing.') + console.error('Skipping vnu-jar test; Java is missing.') return } const is32bitJava = !stderr.match(/64-Bit/) - // vnu-jar accepts multiple ignores joined with a `|` + // vnu-jar accepts multiple ignores joined with a `|`. + // Also note that the ignores are regular expressions. const ignores = [ // "autocomplete" is included in