ci: run required checks for merge queue entries (#232) #1114
ci.yml
on: push
Format, Lint, Typecheck, Test, Build
5m 25s
Browser Test
4m 2s
Release Smoke
1m 3s
Deploy app.threadlines.dev
/
deploy
Annotations
1 error and 10 warnings
|
Format, Lint, Typecheck, Test, Build
Process completed with exit code 1.
|
|
threadlines(no-inline-schema-compile):
packages/effect-codex-app-server/src/schema.test.ts#L22
packages/effect-codex-app-server/src/schema.test.ts:22:18: Hoist Schema.is(...) to module scope: the compiled function is rebuilt on every call. Move it to a module-level const.
|
|
react(set-state-in-effect):
apps/web/src/components/settings/ProviderInstanceCard.tsx#L407
apps/web/src/components/settings/ProviderInstanceCard.tsx:407:5: Calling setState synchronously within an effect can trigger cascading renders
|
|
react(set-state-in-effect):
apps/web/src/components/settings/ProviderInstanceCard.tsx#L289
apps/web/src/components/settings/ProviderInstanceCard.tsx:289:5: Calling setState synchronously within an effect can trigger cascading renders
|
|
react(no-deriving-state-in-effects):
apps/web/src/components/settings/ProviderInstanceCard.tsx#L407
apps/web/src/components/settings/ProviderInstanceCard.tsx:407:5: Values derived from props and state should be calculated during render, not in an effect
|
|
react(refs):
apps/web/src/components/ComposerPromptEditor.tsx#L552
apps/web/src/components/ComposerPromptEditor.tsx:552:16: Cannot access refs during render
|
|
react(set-state-in-effect):
apps/web/src/bench/streamBench.tsx#L124
apps/web/src/bench/streamBench.tsx:124:5: Calling setState synchronously within an effect can trigger cascading renders
|
|
eslint(no-unused-vars):
apps/server/src/cli/config.test.ts#L712
apps/server/src/cli/config.test.ts:712:13: Variable 'derivedPaths' is declared but never used. Unused variables should start with a '_'.
|
|
react(set-state-in-effect):
apps/web/src/components/ChatMarkdown.tsx#L425
apps/web/src/components/ChatMarkdown.tsx:425:5: Calling setState synchronously within an effect can trigger cascading renders
|
|
react(no-array-index-key):
apps/web/src/components/DiffPanelShell.tsx#L96
apps/web/src/components/DiffPanelShell.tsx:96:22: Usage of Array index in keys is not allowed
|
|
react(no-array-index-key):
apps/web/src/components/DiffPanelShell.tsx#L86
apps/web/src/components/DiffPanelShell.tsx:86:14: Usage of Array index in keys is not allowed
|