Skip to content

Port 125 ember-template-lint rules for gjs/gts strict mode templates #3746

Port 125 ember-template-lint rules for gjs/gts strict mode templates

Port 125 ember-template-lint rules for gjs/gts strict mode templates #3746

Re-run triggered January 28, 2026 03:53
Status Failure
Total duration 2m 53s
Artifacts

ci.yml

on: pull_request
self-lint
54s
self-lint
Matrix: build
Fit to window
Zoom out
Zoom in

Annotations

8 errors
self-lint
Process completed with exit code 1.
self-lint: lib/rules/template-require-iframe-title.js#L31
Replace `⏎··········titleAttr.value?.type·===·'GlimmerTextNode'·&&⏎··········!titleAttr.value.chars.trim()⏎········` with `titleAttr.value?.type·===·'GlimmerTextNode'·&&·!titleAttr.value.chars.trim()`
self-lint: lib/rules/template-require-iframe-title.js#L25
Expected { after 'if' condition
self-lint: lib/rules/template-require-iframe-title.js#L20
Expected { after 'if' condition
self-lint: lib/rules/template-no-heading-inside-button.js#L20
Move function 'hasButtonParent' to the outer scope
self-lint: lib/rules/template-no-empty-headings.js#L30
Replace `⏎··········child.type·===·'GlimmerMustacheStatement'·||⏎··········child.type·===·'GlimmerBlockStatement'⏎········` with `child.type·===·'GlimmerMustacheStatement'·||·child.type·===·'GlimmerBlockStatement'`
self-lint: lib/rules/template-no-empty-headings.js#L22
Expected { after 'if' condition
self-lint: lib/rules/template-no-empty-headings.js#L21
Move function 'hasTextContent' to the outer scope