Skip to content

Commit

Permalink
Update vnu-jar ignores
Browse files Browse the repository at this point in the history
The trailing slash warnings are fixed upstream
  • Loading branch information
XhmikosR committed Jun 2, 2024
1 parent 334a522 commit f5b289d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions scripts/vnu-jar.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -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 = [
Expand Down

0 comments on commit f5b289d

Please sign in to comment.