From f5b289d531c6b2ec97c9bbef03e57d5d6b36abc6 Mon Sep 17 00:00:00 2001 From: XhmikosR Date: Sun, 2 Jun 2024 15:08:00 +0300 Subject: [PATCH] Update vnu-jar ignores The trailing slash warnings are fixed upstream --- scripts/vnu-jar.mjs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/scripts/vnu-jar.mjs b/scripts/vnu-jar.mjs index 21c4c3fd0..8abca4b6f 100644 --- a/scripts/vnu-jar.mjs +++ b/scripts/vnu-jar.mjs @@ -25,8 +25,7 @@ execFile('java', ['-version'], (error, stdout, stderr) => { const ignores = [ // TODO report the issue upstream in Hugo 'Duplicate ID.*', - 'The first occurrence of ID.*', - 'Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.*' + 'The first occurrence of ID.*' ].join('|') const args = [