Skip to content

lint

lint #22

Triggered via push December 22, 2024 20:00
Status Failure
Total duration 1m 18s
Artifacts

build.yaml

on: push
Fit to window
Zoom out
Zoom in

Annotations

8 errors and 1 warning
Build dist: src/components/chart-elements/FunnelChart/FunnelChart.tsx#L213
Replace `prev?.value·??·maxValue` with `(prev?.value·??·maxValue)`
Build dist: src/components/chart-elements/FunnelChart/FunnelChart.tsx#L215
Replace `prev?.barHeight·??·realHeight` with `(prev?.barHeight·??·realHeight)`
Build dist: src/components/chart-elements/ScatterChart/ScatterChartTooltip.tsx#L106
Replace `categoryColors.get(payload?.[0]?.payload[category])·??·BaseColors.Blue` with `(categoryColors.get(payload?.[0]?.payload[category])·??·BaseColors.Blue)`
Build dist: src/components/chart-elements/ScatterChart/ScatterChartTooltip.tsx#L107
Replace `categoryColors.get("cat_1")·??·BaseColors.Blue` with `(categoryColors.get("cat_1")·??·BaseColors.Blue)`
Build dist: src/components/chart-elements/common/utils.ts#L25
Replace `minValue·??·0` with `(minValue·??·0)`
Build dist: src/components/input-elements/DateRangePicker/DateRangePicker.tsx#L321
Replace `valueToNameMapping.get(value)·??·selectPlaceholder` with `(valueToNameMapping.get(value)·??·selectPlaceholder)`
Build dist: src/components/input-elements/Select/Select.tsx#L150
Replace `valueToNameMapping.get(value)·??·placeholder` with `(valueToNameMapping.get(value)·??·placeholder)`
Build dist
Process completed with exit code 1.
Build dist
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636