feat(server): tell agents about the Threadlines browser panel #1002
ci.yml
on: pull_request
Format, Lint, Typecheck, Test, Build
7m 10s
Browser Test
3m 41s
Release Smoke
1m 2s
Deploy app.threadlines.dev
/
deploy
Annotations
10 warnings
|
react(refs):
apps/web/src/components/file-viewer/FileEditorPane.tsx#L52
apps/web/src/components/file-viewer/FileEditorPane.tsx:52:5: Cannot access refs during render
|
|
react(set-state-in-effect):
apps/web/src/components/file-viewer/FileViewerPierre.browser.tsx#L446
apps/web/src/components/file-viewer/FileViewerPierre.browser.tsx:446:9: Calling setState synchronously within an effect can trigger cascading renders
|
|
react(globals):
apps/web/src/components/file-viewer/FileViewerPierre.browser.tsx#L448
apps/web/src/components/file-viewer/FileViewerPierre.browser.tsx:448:7: Cannot reassign variables declared outside of the component/hook
|
|
eslint(no-control-regex):
apps/server/src/provider/providerExtensions.ts#L3210
apps/server/src/provider/providerExtensions.ts:3210:4: Unexpected control characters
|
|
eslint(no-unused-vars):
packages/shared/src/qrCode.ts#L607
packages/shared/src/qrCode.ts:607:44: Parameter '_' is declared but never used.
|
|
threadlines(no-inline-schema-compile):
packages/effect-codex-app-server/src/schema.test.ts#L82
packages/effect-codex-app-server/src/schema.test.ts:82:16: Hoist Schema.is(...) to module scope: the compiled function is rebuilt on every call. Move it to a module-level const.
|
|
threadlines(no-inline-schema-compile):
packages/effect-codex-app-server/src/schema.test.ts#L31
packages/effect-codex-app-server/src/schema.test.ts:31:5: Hoist Schema.is(...) to module scope: the compiled function is rebuilt on every call. Move it to a module-level const.
|
|
threadlines(no-inline-schema-compile):
packages/effect-codex-app-server/src/schema.test.ts#L27
packages/effect-codex-app-server/src/schema.test.ts:27:5: Hoist Schema.is(...) to module scope: the compiled function is rebuilt on every call. Move it to a module-level const.
|
|
threadlines(no-inline-schema-compile):
packages/effect-codex-app-server/src/schema.test.ts#L23
packages/effect-codex-app-server/src/schema.test.ts:23:18: Hoist Schema.is(...) to module scope: the compiled function is rebuilt on every call. Move it to a module-level const.
|
|
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.
|