Skip to content

EPMRPP-86259 || Update Analyzer settings #4138

EPMRPP-86259 || Update Analyzer settings

EPMRPP-86259 || Update Analyzer settings #4138

Triggered via push September 27, 2023 09:17
Status Success
Total duration 7m 28s
Artifacts
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention

build.yml

on: push
Matrix: build
Fit to window
Zoom out
Zoom in

Annotations

11 warnings
build (14)
The following actions uses node12 which is deprecated and will be forced to run on node16: codecov/codecov-action@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
build (14): app/src/componentLibrary/attributeEditor/attributeEditor.jsx#L80
React Hook useEffect has a missing dependency: 'getValidationErrors'. Either include it or remove the dependency array
build (14): app/src/componentLibrary/attributeList/editableAttributeList.jsx#L46
React Hook useEffect has missing dependencies: 'defaultOpen' and 'handleAddNew'. Either include them or remove the dependency array
build (14): app/src/componentLibrary/datePicker/header/datePickerHeader.jsx#L57
React Hook useMemo has a missing dependency: 'formatMessage'. Either include it or remove the dependency array
build (14): app/src/componentLibrary/datePicker/header/datePickerHeader.jsx#L66
React Hook useMemo has a missing dependency: 'year'. Either include it or remove the dependency array
build (14): app/src/components/integrations/elements/integrationSettings/integrationSettings.jsx#L63
The 'groupedIntegrations' array makes the dependencies of useEffect Hook (at line 96) change on every render. Move it inside the useEffect callback. Alternatively, wrap the initialization of 'groupedIntegrations' in its own useMemo() Hook
build (14): app/src/components/main/grid/gridBody/nestedGridRow/nestedGridRow.jsx#L136
React Hook React.useEffect has missing dependencies: 'content' and 'direction'. Either include them or remove the dependency array
build (14): app/src/components/main/modal/darkModalLayout/darkModalLayout.jsx#L82
React Hook useEffect has a missing dependency: 'onKeydown'. Either include it or remove the dependency array
build (14): app/src/components/main/modal/darkModalLayout/darkModalLayout.jsx#L85
React Hook useEffect has missing dependencies: 'hotKeyAction' and 'modalHasChanges'. Either include them or remove the dependency array
build (14): app/src/layouts/common/sidebar/supportBlock/modal/requestSupportModal.jsx#L62
React Hook useEffect has missing dependencies: 'email' and 'initialize'. Either include them or remove the dependency array. If 'initialize' changes too often, find the parent component that defines it and wrap that definition in useCallback
build (14): app/src/pages/inside/profilePage/apiKeys/apiKeys.jsx#L33
React Hook useEffect has a missing dependency: 'dispatch'. Either include it or remove the dependency array