Skip to content

feat: implement cheat records page #150

feat: implement cheat records page

feat: implement cheat records page #150

Triggered via pull request January 4, 2026 17:40
Status Failure
Total duration 37s
Artifacts

lint.yaml

on: pull_request
Run Linters
33s
Run Linters
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 2 warnings
Run Linters: app/(admin)/(activity-management)/cheat-records/_components/query.ts#L14
field "email" should be before field "name"
Run Linters: app/(admin)/(activity-management)/cheat-records/_components/query.ts#L8
field "cheatedAt" should be before field "reason"
Run Linters: app/(admin)/(activity-management)/cheat-records/_components/mutation.ts#L12
field "email" should be before field "name"
Run Linters: app/(admin)/(activity-management)/cheat-records/_components/mutation.ts#L8
field "cheatedAt" should be before field "reason"
Run Linters: app/(admin)/(activity-management)/cheat-records/[id]/_components/resolve-button.tsx#L17
Fragment "CheatRecordResolveButtonFragment" should not have "Fragment" suffix
Run Linters: app/(admin)/(activity-management)/cheat-records/[id]/_components/header.tsx#L18
field "avatar" should be before field "email"
Run Linters: app/(admin)/(activity-management)/cheat-records/[id]/_components/header.tsx#L17
field "email" should be before field "name"
Run Linters: app/(admin)/(activity-management)/cheat-records/[id]/_components/details.tsx#L30
field "avatar" should be before field "email"
Run Linters: app/(admin)/(activity-management)/cheat-records/[id]/_components/details.tsx#L29
field "email" should be before field "name"
Run Linters: app/(admin)/(activity-management)/cheat-records/[id]/_components/details.tsx#L23
field "cheatedAt" should be before field "reason"