Skip to content

add UI to add additional host activities #24500

add UI to add additional host activities

add UI to add additional host activities #24500

Triggered via pull request March 13, 2024 13:43
Status Cancelled
Total duration 1m 10s
Artifacts

test.yml

on: pull_request
Matrix: lint-js
Matrix: test-js
Fit to window
Zoom out
Zoom in

Annotations

5 errors and 10 warnings
lint-js (ubuntu-latest)
Canceling since a higher priority waiting request for 'Run Tests-feat-ui-upcoming-activities' exists
lint-js (ubuntu-latest)
The operation was canceled.
test-js (ubuntu-latest)
Canceling since a higher priority waiting request for 'Run Tests-feat-ui-upcoming-activities' exists
test-js (ubuntu-latest)
The operation was canceled.
lint-js (ubuntu-latest): frontend/components/App/App.tsx#L111
React Hook useEffect has a missing dependency: 'fetchCurrentUser'. Either include it or remove the dependency array
lint-js (ubuntu-latest): frontend/components/App/App.tsx#L137
Expected to return a value at the end of async arrow function
lint-js (ubuntu-latest): frontend/components/App/App.tsx#L154
Unexpected any. Specify a different type
lint-js (ubuntu-latest): frontend/components/ClickableUrls/ClickableUrls.tsx#L34
Dangerous property 'dangerouslySetInnerHTML' found
lint-js (ubuntu-latest): frontend/components/FlashMessage/FlashMessage.tsx#L61
React Hook useEffect has missing dependencies: 'isPersistent' and 'onRemoveFlash'. Either include them or remove the dependency array. If 'onRemoveFlash' changes too often, find the parent component that defines it and wrap that definition in useCallback
lint-js (ubuntu-latest): frontend/components/FleetAce/FleetAce.tsx#L201
Unexpected any. Specify a different type
lint-js (ubuntu-latest): frontend/components/HumanTimeDiffWithDateTip/HumanTimeDiffWithDateTip.tsx#L10
'cutoffBeforeFleetLaunch' PropType is defined but prop is never used