MAT-7529 QI-Core Code Search/Apply - Apply Code to QI-Core Measures #2704
Annotations
11 warnings
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Lint the source code:
src/components/common/createVersionDialog/CreateVersionDialog.tsx#L81
React Hook useEffect has missing dependencies: 'getNewVersion' and 'measureId'. Either include them or remove the dependency array
|
Lint the source code:
src/components/editMeasure/EditMeasure.tsx#L97
React Hook useEffect has a missing dependency: 'loadMeasure'. Either include it or remove the dependency array
|
Lint the source code:
src/components/editMeasure/EditMeasure.tsx#L115
React Hook useEffect has a missing dependency: 'loadMeasure'. Either include it or remove the dependency array
|
Lint the source code:
src/components/editMeasure/EditMeasure.tsx#L163
React Hook useEffect has a missing dependency: 'measure?.id'. Either include it or remove the dependency array. You can also replace multiple useState variables with useReducer if 'setCreateVersionDialog' needs the current value of 'measure.id'
|
Lint the source code:
src/components/editMeasure/details/MeasureReferences/MeasureReferences.tsx#L242
React Hook useEffect has a missing dependency: 'managePagination'. Either include it or remove the dependency array
|
Lint the source code:
src/components/editMeasure/details/TransmissionFormat/TransmissionFormat.tsx#L100
React Hook useEffect has a missing dependency: 'updateRouteHandlerState'. Either include it or remove the dependency array
|
Lint the source code:
src/components/editMeasure/details/measureInformation/MeasureInformation.tsx#L98
React Hook useEffect has missing dependencies: 'getTranslatorVersion', 'measure.elmJson', and 'measure?.measureMetaData?.draft'. Either include them or remove the dependency array
|
Lint the source code:
src/components/editMeasure/details/measureInformation/MeasureInformation.tsx#L171
React Hook useEffect has a missing dependency: 'updateRouteHandlerState'. Either include it or remove the dependency array
|
Lint the source code:
src/components/editMeasure/details/measureInformation/MeasureInformation.tsx#L197
React Hook useEffect has missing dependencies: 'formik', 'measureServiceApi', and 'setErrorMessage'. Either include them or remove the dependency array
|
Lint the source code:
src/components/editMeasure/details/measureMetadata/MeasureMetadata.tsx#L86
React Hook useEffect has a missing dependency: 'updateRouteHandlerState'. Either include it or remove the dependency array
|
Loading