Skip to content

Commit 5f4dd35

Browse files
wagenetclaude
andcommitted
Fix misleading reason for uncovered arg deprecation case
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent 111f9e4 commit 5f4dd35

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/rules/template-no-deprecated.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ This rule checks if imported Glimmer components, helpers, or modifiers are marke
1919
| Block component | `{{#DeprecatedBlock}}…{{/DeprecatedBlock}}` |
2020
| Modifier | `<div {{deprecatedModifier}}>` |
2121

22-
**Not covered:** `<MyComp @deprecatedArg={{x}}>` — argument names are not scope-registered by the parser.
22+
**Not covered:** `<MyComp @deprecatedArg={{x}}>`checking argument deprecations is not yet implemented.
2323

2424
## Examples
2525

0 commit comments

Comments
 (0)