Skip to content

Added Timeline (#188) #229

Added Timeline (#188)

Added Timeline (#188) #229

Triggered via push July 30, 2024 07:04
Status Success
Total duration 36s
Artifacts

lint-admin.yml

on: push
Lint admin
27s
Lint admin
Fit to window
Zoom out
Zoom in

Annotations

11 warnings
Lint admin
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/setup-node@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
Lint admin: src/frontend/admin/src/components/AdvancedJson.jsx#L29
React Hook useEffect has missing dependencies: 'errorHandler' and 'schemaGet'. Either include them or remove the dependency array
Lint admin: src/frontend/admin/src/components/AdvancedJson.jsx#L35
React Hook useEffect has missing dependencies: 'apiGet' and 'errorHandler'. Either include them or remove the dependency array
Lint admin: src/frontend/admin/src/components/BackendLog.jsx#L10
React Hook useCallback has a missing dependency: 'addMessages'. Either include it or remove the dependency array
Lint admin: src/frontend/admin/src/components/FullScreenClockManager.jsx#L22
React Hook useEffect has a missing dependency: 'service'. Either include it or remove the dependency array
Lint admin: src/frontend/admin/src/components/FullScreenClockManager.jsx#L26
React Hook useEffect has missing dependencies: 'loadSettings' and 'service'. Either include them or remove the dependency array
Lint admin: src/frontend/admin/src/components/MediaFiles.jsx#L54
React Hook useEffect has a missing dependency: 'loadFiles'. Either include it or remove the dependency array
Lint admin: src/frontend/admin/src/components/PresetsManager.jsx#L23
React Hook useEffect has a missing dependency: 'loadData'. Either include it or remove the dependency array
Lint admin: src/frontend/admin/src/components/PresetsManager.jsx#L27
React Hook useEffect has missing dependencies: 'loadData' and 'service'. Either include them or remove the dependency array
Lint admin: src/frontend/admin/src/components/PresetsTableCell.jsx#L6
Fast refresh only works when a file only exports components. Use a new file to share constants or functions between components
Lint admin: src/frontend/admin/src/components/PresetsTableRow.jsx#L13
Fast refresh only works when a file only exports components. Use a new file to share constants or functions between components