Skip to content

Commit f5b289d

Browse files
committed
Update vnu-jar ignores
The trailing slash warnings are fixed upstream
1 parent 334a522 commit f5b289d

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

scripts/vnu-jar.mjs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,7 @@ execFile('java', ['-version'], (error, stdout, stderr) => {
2525
const ignores = [
2626
// TODO report the issue upstream in Hugo
2727
'Duplicate ID.*',
28-
'The first occurrence of ID.*',
29-
'Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.*'
28+
'The first occurrence of ID.*'
3029
].join('|')
3130

3231
const args = [

0 commit comments

Comments
 (0)