Skip to content

handling reshape of history data #34

handling reshape of history data

handling reshape of history data #34

Triggered via pull request December 4, 2024 16:25
Status Failure
Total duration 43s
Artifacts

lint.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 1 warning
test: app/components/LineChart.tsx#L12
Replace `'lodash/groupBy'` with `"lodash/groupBy"`
test: app/components/LineChart.tsx#L16
Delete `⏎····`
test: app/components/LineChart.tsx#L18
Replace `······timestamp:·new·Date(Math.round(entry.timestamp)·*·1000` with `····timestamp:·new·Date(⏎······Math.round(entry.timestamp)·*·1000,⏎····`
test: app/components/LineChart.tsx#L19
Delete `··`
test: app/components/LineChart.tsx#L20
Replace `······data:·entry.data[property]` with `····data:·entry.data[property],`
test: app/components/LineChart.tsx#L21
Replace `····}⏎··` with `··}`
test: app/components/LineChart.tsx#L25
Replace `'timestamp'` with `"timestamp"`
test: app/components/LineChart.tsx#L28
Delete `⏎····`
test: app/components/LineChart.tsx#L30
Delete `··`
test: app/components/LineChart.tsx#L31
Replace `······...Object.fromEntries(group.map((g)·=>·[g.vial,·g.data]))` with `····...Object.fromEntries(group.map((g)·=>·[g.vial,·g.data])),`
test
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636