chore(deps)(deps): bump numpy from 2.4.0 to 2.4.2 in /data_pipeline #818
ci.yml
on: pull_request
Backend Tests
5m 8s
Backend Linting
25s
Frontend Tests
1m 1s
Frontend Linting
38s
Build Docker Images
0s
Annotations
10 warnings
|
Frontend Linting:
frontend/src/components/comparison/BarChartView.tsx#L57
Unexpected any. Specify a different type
|
|
Frontend Linting:
frontend/src/components/common/OfflineIndicator.tsx#L71
`'` can be escaped with `'`, `‘`, `'`, `’`
|
|
Frontend Linting:
frontend/src/components/charts/__tests__/PatternOverlay.test.tsx#L17
Unexpected any. Specify a different type
|
|
Frontend Linting:
frontend/src/components/charts/__tests__/PatternOverlay.test.tsx#L13
Unexpected any. Specify a different type
|
|
Frontend Linting:
frontend/src/components/charts/PatternOverlay.tsx#L92
React Hook useEffect has a missing dependency: 'updateOverlay'. Either include it or remove the dependency array
|
|
Frontend Linting:
frontend/src/components/charts/DrawingTools.tsx#L224
Fast refresh only works when a file only exports components. Use a new file to share constants or functions between components
|
|
Frontend Linting:
frontend/src/components/charts/DrawingTools.tsx#L154
Fast refresh only works when a file only exports components. Use a new file to share constants or functions between components
|
|
Frontend Linting:
frontend/src/components/charts/DrawingTools.tsx#L25
Fast refresh only works when a file only exports components. Use a new file to share constants or functions between components
|
|
Frontend Linting:
frontend/src/components/charts/AdvancedChart.tsx#L171
React Hook useEffect has a missing dependency: 'createChartOptions'. Either include it or remove the dependency array
|
|
Frontend Linting:
frontend/src/components/charts/AdvancedChart.tsx#L169
The ref value 'indicatorSeriesRef.current' will likely have changed by the time this effect cleanup function runs. If this ref points to a node rendered by React, copy 'indicatorSeriesRef.current' to a variable inside the effect, and use that variable in the cleanup function
|