Commit caedfa9
fix: address CodeRabbit round 3 findings
- VotableGrade.svelte: remove @ts-expect-error; append ?tab=atcoder after resolve()
- e2e/votes.spec.ts: add clarifying comment on intentional voteForm visibility check
- .claude/rules/testing.md: rename cleanup subsection to "Integration Tests and Tests
with Real Side Effects"; add note that it does not apply to Prisma-mock unit tests
Skip: locals.user?.is_validated -> session.user (session.user type lacks is_validated)
Skip: sitemap.xml /votes/[slug] exclusion (defensive pattern, not harmful)
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>1 parent 83d58c3 commit caedfa9
3 files changed
Lines changed: 6 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
103 | 103 | | |
104 | 104 | | |
105 | 105 | | |
106 | | - | |
| 106 | + | |
| 107 | + | |
| 108 | + | |
107 | 109 | | |
108 | 110 | | |
109 | 111 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
131 | 131 | | |
132 | 132 | | |
133 | 133 | | |
134 | | - | |
| 134 | + | |
| 135 | + | |
135 | 136 | | |
136 | 137 | | |
137 | 138 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
37 | 37 | | |
38 | 38 | | |
39 | 39 | | |
40 | | - | |
41 | | - | |
| 40 | + | |
42 | 41 | | |
43 | 42 | | |
44 | 43 | | |
| |||
0 commit comments