Commit ec45dc7
fix(ego-lint): anchor R-SLOP-24 desktop guard to string literals and fix annotation notes
Tighten the `desktop\.` alternative in the R-SLOP-24 guard-pattern to
`['"]desktop\.` so it only matches string-literal contexts (system schema
IDs), not incidental occurrences like `desktop.png` or `this.desktop.theme`.
Fix dash-to-panel annotation to accurately note that the R-SLOP-24 FPs
were already suppressed by the existing guard-window-forward: 5 mechanism,
rather than crediting PR #139 specifically.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>1 parent fe97444 commit ec45dc7
File tree
3 files changed
+3
-3
lines changed- field-tests/annotations
- rules
- skills/ego-lint/references
3 files changed
+3
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
73 | 73 | | |
74 | 74 | | |
75 | 75 | | |
76 | | - | |
| 76 | + | |
77 | 77 | | |
78 | 78 | | |
79 | 79 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
694 | 694 | | |
695 | 695 | | |
696 | 696 | | |
697 | | - | |
| 697 | + | |
698 | 698 | | |
699 | 699 | | |
700 | 700 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2233 | 2233 | | |
2234 | 2234 | | |
2235 | 2235 | | |
2236 | | - | |
| 2236 | + | |
2237 | 2237 | | |
2238 | 2238 | | |
2239 | 2239 | | |
| |||
0 commit comments