From b6dfa7d5a7e25784833d4d86bbbf9a119ded079a Mon Sep 17 00:00:00 2001 From: alex Date: Tue, 28 Apr 2026 12:43:19 -0400 Subject: [PATCH 1/2] Preview/ember-template-lint --- .coderabbit.yml | 3 +++ .template-lintrc.json | 7 ++++++ bad.hbs | 53 +++++++++++++++++++++++++++++++++++++++++++ 3 files changed, 63 insertions(+) create mode 100644 .coderabbit.yml create mode 100644 .template-lintrc.json create mode 100644 bad.hbs diff --git a/.coderabbit.yml b/.coderabbit.yml new file mode 100644 index 0000000..0a9588d --- /dev/null +++ b/.coderabbit.yml @@ -0,0 +1,3 @@ +inheritance: false +reviews: + profile: assertive \ No newline at end of file diff --git a/.template-lintrc.json b/.template-lintrc.json new file mode 100644 index 0000000..260235a --- /dev/null +++ b/.template-lintrc.json @@ -0,0 +1,7 @@ +{ + "rules": { + "no-bare-strings": "error", + "require-button-type": "error", + "require-valid-alt-text": "error" + } +} \ No newline at end of file diff --git a/bad.hbs b/bad.hbs new file mode 100644 index 0000000..813367f --- /dev/null +++ b/bad.hbs @@ -0,0 +1,53 @@ +
+ +

Premium Widget

+

Only $29.99 — Order now and save 20%!

+ Free shipping on all orders + + +
+
+ + + + + + +

Forgot your password?

+
+
+

Photo Gallery

+
+ +

A beautiful sunset over the mountains

+
+
+ +

Sandy beach with crystal clear water

+
+
+ +

Dense forest trail in autumn

+
+ Collapse comment +
+ +
+

Welcome to our site

+

Click the button below

+ + + Contact us + + +
\ No newline at end of file From 1d636b6a18d3fa463a00b839ffebedb270a8242e Mon Sep 17 00:00:00 2001 From: alex Date: Tue, 28 Apr 2026 13:00:26 -0400 Subject: [PATCH 2/2] show tooling in review detils --- .coderabbit.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.coderabbit.yml b/.coderabbit.yml index 0a9588d..9955312 100644 --- a/.coderabbit.yml +++ b/.coderabbit.yml @@ -1,3 +1,4 @@ inheritance: false reviews: - profile: assertive \ No newline at end of file + profile: assertive + review_details: true \ No newline at end of file