Skip to content

monorepo & multi-host rewrite #12

monorepo & multi-host rewrite

monorepo & multi-host rewrite #12

Triggered via pull request December 18, 2025 10:09
Status Failure
Total duration 29s
Artifacts

check.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 3 warnings
Lint: packages/devtools/shared-ui/src/tracer/App.tsx#L115
Require code "{spanInfo.hasChildren && (\n <vscode-icon\n action-icon\n name={isExpanded ? \"chevron-down\" : \"chevron-right\"}\n title={isExpanded ? \"Collapse\" : \"Expand\"}\n onvsc-click={toggleExpanded}\n />\n )" instead of "{spanInfo.hasChildren && <vscode-icon action-icon name={isExpanded ? \"chevron-down\" : \"chevron-right\"} title={isExpanded ? \"Collapse\" : \"Expand\"} onvsc-click={toggleExpanded} />"
Lint: packages/devtools/shared-ui/src/tracer/App.tsx#L114
Require code "style={{\n display: \"flex\",\n flexDirection: \"row\",\n paddingLeft: `calc(${spanInfo.depth} * var(--vscode-font-size))`\n }}" instead of "<div style={{ display: \"flex\", flexDirection: \"row\", paddingLeft: `calc(${spanInfo.depth} * var(--vscode-font-size))` }}"
Lint: packages/devtools/shared-ui/src/tracer/App.tsx#L113
Require code "<div"
Lint: packages/devtools/shared-ui/src/tracer/App.tsx#L102
Require tweaking whitespaces around code "value: isExpanded"
Lint: packages/devtools/shared-ui/src/tracer/App.tsx#L9
Extra code "import type { VscTabsSelectEvent } from \"@vscode-elements/elements/dist/vscode-tabs/vscode-tabs\"\nimport type * as Domain from \"@effect/experimental/DevTools/Domain\"\nimport * as Inspectable from \"effect/Inspectable\""
Lint: packages/devtools/shared-ui/src/tracer/App.tsx#L8
Extra whitespace(s)
Lint: packages/devtools/shared-ui/src/tracer/App.tsx#L7
Require code "currentSpanIdsAtom,\n isSpanIdExpandedAtom,\n refreshApp,\n selectedSpanDetailsAtom,\n setSelectedSpanIdAtom,\n spanDataForListAtom,\n toggleSpanIdAtom,\n usedRangeAtom" instead of "currentSpanIdsAtom, isSpanIdExpandedAtom, refreshApp, selectedSpanDetailsAtom, setSelectedSpanIdAtom, spanDataForListAtom, toggleSpanIdAtom, usedRangeAtom"
Lint: packages/devtools/shared-ui/src/tracer/App.tsx#L4
Require code "Inspectable from \"effect/Inspectable\"\nimport * as"
Lint: packages/devtools/shared-ui/src/tracer/App.tsx#L3
Require code "type { VscTabsSelectEvent } from \"@vscode-elements/elements/dist/vscode-tabs/vscode-tabs\"\nimport"
Lint: packages/devtools/shared-ui/src/tracer/App.tsx#L2
Require code "type * as Domain from \"@effect/experimental/DevTools/Domain\"\nimport"
Lint: packages/devtools/storybook/src/stories/StorybookExtHost.tsx#L3
All imports in the declaration are only used as types. Use `import type`
Lint: packages/devtools/storybook/src/stories/StorybookExtHost.tsx#L1
All imports in the declaration are only used as types. Use `import type`
Lint: packages/devtools/shared-ui/src/tracer/App.tsx#L8
All imports in the declaration are only used as types. Use `import type`