Skip to content

[frontend]ADM-728: extra const and change type for placement #7083

[frontend]ADM-728: extra const and change type for placement

[frontend]ADM-728: extra const and change type for placement #7083

Triggered via pull request January 18, 2024 07:03
Status Success
Total duration 3m 36s
Artifacts
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention

BuildAndDeploy.yml

on: pull_request
Shellcheck
7s
Shellcheck
fossa-check
28s
fossa-check
Credential Check
21s
Credential Check
security-check
25s
security-check
backend-check
1m 37s
backend-check
backend-license-check
30s
backend-license-check
deny-dot-star-check
16s
deny-dot-star-check
deny-px-check
4s
deny-px-check
deny-css-hex-check
3s
deny-css-hex-check
deny-css-rgba-check
4s
deny-css-rgba-check
frontend-type-check
37s
frontend-type-check
frontend-check
2m 51s
frontend-check
frontend-license-check
52s
frontend-license-check
deploy-infra
0s
deploy-infra
build-backend
0s
build-backend
build-frontend
0s
build-frontend
build-mock-server
0s
build-mock-server
deploy-e2e
0s
deploy-e2e
deploy-stub
0s
deploy-stub
Fit to window
Zoom out
Zoom in

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