diff --git a/src/linter/html/linter.ts b/src/linter/html/linter.ts index 109faee00..acbe1e4a2 100644 --- a/src/linter/html/linter.ts +++ b/src/linter/html/linter.ts @@ -18,7 +18,7 @@ export default async function lintHtml({workspace, context}: LinterParameters) { htmlResources.push(resource); })); } else { - htmlResources = await workspace.byGlob("**/{*.html}"); + htmlResources = await workspace.byGlob("**/*.html"); } await Promise.all(htmlResources.map(async (resource: Resource) => { diff --git a/test/fixtures/linter/projects/com.ui5.troublesome.app/webapp/test/testsuite.qunit.html b/test/fixtures/linter/projects/com.ui5.troublesome.app/webapp/test/testsuite.qunit.html index 97f8b3954..b122577a8 100644 --- a/test/fixtures/linter/projects/com.ui5.troublesome.app/webapp/test/testsuite.qunit.html +++ b/test/fixtures/linter/projects/com.ui5.troublesome.app/webapp/test/testsuite.qunit.html @@ -8,6 +8,12 @@