The trailing slash warnings are fixed upstream
This commit is contained in:
XhmikosR 2024-06-02 15:08:00 +03:00
Родитель 334a5227a1
Коммит f5b289d531
1 изменённых файлов: 1 добавлений и 2 удалений

Просмотреть файл

@ -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 = [