Skip to content

refactor: extract shared server handlers #1

refactor: extract shared server handlers

refactor: extract shared server handlers #1

Triggered via pull request March 4, 2026 01:00
Status Success
Total duration 13s
Artifacts

ci.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
lint/suspicious/noArrayIndexKey: packages/review-editor/components/FileTree.tsx#L163
Avoid using the index of an array as key property in an element.
lint/correctness/useExhaustiveDependencies: packages/editor/App.tsx#L1098
handleQuickSaveToNotes changes on every re-render and should not be used as a hook dependency.
lint/correctness/useExhaustiveDependencies: packages/editor/App.tsx#L1097
handleDownloadAnnotations changes on every re-render and should not be used as a hook dependency.
lint/correctness/useExhaustiveDependencies: packages/editor/App.tsx#L928
handleDeny changes on every re-render and should not be used as a hook dependency.
lint/correctness/useExhaustiveDependencies: packages/editor/App.tsx#L927
handleApprove changes on every re-render and should not be used as a hook dependency.
lint/correctness/useExhaustiveDependencies: packages/editor/App.tsx#L926
handleAnnotateFeedback changes on every re-render and should not be used as a hook dependency.
lint/style/noNonNullAssertion: packages/editor/App.tsx#L1577
Forbidden non-null assertion.
lint/style/noNonNullAssertion: apps/pi-extension/server.ts#L286
Forbidden non-null assertion.
lint/style/noNonNullAssertion: apps/pi-extension/server.ts#L502
Forbidden non-null assertion.
lint/style/noNonNullAssertion: apps/pi-extension/server.ts#L439
Forbidden non-null assertion.