Addressing comment on PR #2365 #6
Annotations
2 errors
|
tests/recommended.js > recommended rules > gts config has the right list:
tests/recommended.js#L38
Error: Snapshot `recommended rules > gts config has the right list 1` mismatched
- Expected
+ Received
@@ -5,14 +5,17 @@
"template-no-abstract-roles",
"template-no-accesskey-attribute",
"template-no-action",
"template-no-args-paths",
"template-no-aria-hidden-body",
+ "template-no-attrs-in-components",
"template-no-autofocus-attribute",
"template-no-debugger",
"template-no-duplicate-attributes",
"template-no-duplicate-id",
+ "template-no-empty-headings",
+ "template-no-heading-inside-button",
"template-no-input-block",
"template-no-input-tagname",
"template-no-let-reference",
"template-no-log",
"template-no-obsolete-elements",
@@ -23,6 +26,9 @@
"template-no-unbound",
"template-no-unnecessary-concat",
"template-no-valueless-arguments",
"template-no-with",
"template-require-button-type",
+ "template-require-iframe-title",
+ "template-require-valid-alt-text",
+ "template-splat-attributes-only",
]
❯ tests/recommended.js:38:20
|
|
tests/recommended.js > recommended rules > gjs config has the right list:
tests/recommended.js#L26
Error: Snapshot `recommended rules > gjs config has the right list 1` mismatched
- Expected
+ Received
@@ -5,14 +5,17 @@
"template-no-abstract-roles",
"template-no-accesskey-attribute",
"template-no-action",
"template-no-args-paths",
"template-no-aria-hidden-body",
+ "template-no-attrs-in-components",
"template-no-autofocus-attribute",
"template-no-debugger",
"template-no-duplicate-attributes",
"template-no-duplicate-id",
+ "template-no-empty-headings",
+ "template-no-heading-inside-button",
"template-no-input-block",
"template-no-input-tagname",
"template-no-let-reference",
"template-no-log",
"template-no-obsolete-elements",
@@ -23,6 +26,9 @@
"template-no-unbound",
"template-no-unnecessary-concat",
"template-no-valueless-arguments",
"template-no-with",
"template-require-button-type",
+ "template-require-iframe-title",
+ "template-require-valid-alt-text",
+ "template-splat-attributes-only",
]
❯ tests/recommended.js:26:20
|