Commit 95b0e9b
The fixture added in #2107 used a bare `: UI.ReportInput` typed literal, which
the `no-restricted-syntax` rule (#2035) disallows — metadata must go through its
`defineX` factory so it validates at parse time. The sibling sales-by-stage
report already uses `defineReport`; this aligns the new one. The CI lint only
checks changed files, so #2107 landed with the violation — this fixes it on main.
No behavior change: same exported `SalesByAccountReport`, same fields.
Co-authored-by: Jack Zhuang <277994282+os-zhuang@users.noreply.github.com>
Co-authored-by: Claude Opus 4.8 <noreply@anthropic.com>
1 parent 94c7c6e commit 95b0e9b
1 file changed
Lines changed: 3 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
16 | | - | |
| 16 | + | |
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
24 | | - | |
| 24 | + | |
0 commit comments