ADM-733[backend]refactor: divide AsyncMetricsDataHandler from AsyncRe… #7092
This run and associated checks have been archived and are scheduled for deletion.
Learn more about checks retention
BuildAndDeploy.yml
on: push
Shellcheck
8s
fossa-check
43s
Credential Check
22s
security-check
22s
backend-check
1m 39s
backend-license-check
29s
deny-dot-star-check
4s
deny-px-check
6s
deny-css-hex-check
4s
deny-css-rgba-check
3s
frontend-type-check
36s
frontend-check
2m 46s
frontend-license-check
54s
deploy
0s
Annotations
10 warnings
frontend-check:
frontend/src/containers/ConfigStep/DateRangePicker/index.tsx#L9
'updatePipelineToolVerifyState' is defined but never used
|
frontend-check:
frontend/src/containers/ConfigStep/PipelineTool/index.tsx#L71
React Hook useEffect has a missing dependency: 'fields'. Either include it or remove the dependency array
|
frontend-check:
frontend/src/containers/MetricsStep/Crews/index.tsx#L40
React Hook useEffect has a missing dependency: 'isBoardCrews'. Either include it or remove the dependency array
|
frontend-check:
frontend/src/containers/MetricsStep/CycleTime/style.tsx#L31
Unexpected any. Specify a different type
|
frontend-check:
frontend/src/containers/MetricsStep/DeploymentFrequencySettings/SingleSelection/index.tsx#L37
React Hook useEffect has missing dependencies: 'onGetSteps', 'selectedOptions', and 'step'. Either include them or remove the dependency array. If 'onGetSteps' changes too often, find the parent component that defines it and wrap that definition in useCallback
|
frontend-check:
frontend/src/containers/MetricsStep/RealDone/index.tsx#L68
React Hook useEffect has missing dependencies: 'dispatch', 'savedDoneColumns.length', and 'status'. Either include them or remove the dependency array
|
frontend-check:
frontend/src/containers/MetricsStep/index.tsx#L34
React Hook useLayoutEffect has a missing dependency: 'resetProps'. Either include it or remove the dependency array. If 'resetProps' changes too often, find the parent component that defines it and wrap that definition in useCallback
|
frontend-check:
frontend/src/containers/MetricsStepper/index.tsx#L125
React Hook useEffect has missing dependencies: 'isClassificationSettingVerified', 'isCrewsSettingValid', 'isCycleTimeSettingsVerified', 'isDeploymentFrequencyValid', 'isRealDoneValid', 'isShowClassificationSetting', 'isShowCrewsSetting', 'isShowCycleTimeSettings', 'isShowDeploymentFrequency', and 'isShowRealDone'. Either include them or remove the dependency array
|
frontend-check:
frontend/src/containers/ReportButtonGroup/index.tsx#L44
React Hook useEffect has a missing dependency: 'setErrorMessage'. Either include it or remove the dependency array. If 'setErrorMessage' changes too often, find the parent component that defines it and wrap that definition in useCallback
|
frontend-check:
frontend/src/containers/ReportStep/BoradMetrics/index.tsx#L151
React Hook useEffect has missing dependencies: 'getBoardReportRequestBody', 'isBackFromDetail', and 'startToRequestBoardData'. Either include them or remove the dependency array. If 'startToRequestBoardData' changes too often, find the parent component that defines it and wrap that definition in useCallback
|