Lint CI: Show errors only and fix existing lint errors #8
This run and associated checks have been archived and are scheduled for deletion.
Learn more about checks retention
Annotations
11 warnings
lint
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-node@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
lint:
src/CAREUI/interactive/LegendInput.tsx#L15
Unexpected any. Specify a different type
|
lint:
src/CAREUI/interactive/LegendInput.tsx#L16
Unexpected any. Specify a different type
|
lint:
src/CAREUI/interactive/LegendInput.tsx#L17
Unexpected any. Specify a different type
|
lint:
src/CAREUI/interactive/LegendInput.tsx#L18
Unexpected any. Specify a different type
|
lint:
src/CAREUI/interactive/LegendInput.tsx#L19
Unexpected any. Specify a different type
|
lint:
src/CAREUI/interactive/LegendInput.tsx#L20
Unexpected any. Specify a different type
|
lint:
src/CAREUI/interactive/LegendInput.tsx#L68
React Hook useEffect has missing dependencies: 'ref' and 'testAutoFill'. Either include them or remove the dependency array. Mutable values like 'ref.current' aren't valid dependencies because mutating them doesn't re-render the component
|
lint:
src/Common/constants.tsx#L709
Unexpected any. Specify a different type
|
lint:
src/Common/hooks/useActiveLink.ts#L30
Unexpected any. Specify a different type
|
lint:
src/Common/hooks/useAsyncOptions.ts#L7
Unexpected any. Specify a different type
|