From 2bbb9e0efc9ea70c27dc0d9ba70f32a72b0977c0 Mon Sep 17 00:00:00 2001 From: XhmikosR Date: Tue, 31 Oct 2017 18:46:26 +0200 Subject: [PATCH] Shorten ignores - add more comments. --- build/vnu-jar.js | 17 ++++++++++------- 1 file changed, 10 insertions(+), 7 deletions(-) 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