Skip to content

CDE-54 Walkthrough Implementation #21

CDE-54 Walkthrough Implementation

CDE-54 Walkthrough Implementation #21

Triggered via pull request February 22, 2024 15:32
Status Failure
Total duration 31s
Artifacts

onPR.yml

on: pull_request
Run ESLint
21s
Run ESLint
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 1 warning
Run ESLint: lib/CdeContextProvider.tsx#L38
'checked' is never reassigned. Use 'const' instead
Run ESLint: lib/components/common/CheckBox.tsx#L10
Unexpected any. Specify a different type
Run ESLint: lib/components/common/StyledCard.tsx#L23
'label' is defined but never used
Run ESLint: lib/components/common/Tour.tsx#L16
Unexpected any. Specify a different type
Run ESLint: lib/components/common/Tour.tsx#L17
Unexpected any. Specify a different type
Run ESLint: lib/components/common/Tour.tsx#L18
Unexpected any. Specify a different type
Run ESLint: lib/components/common/Tour.tsx#L19
Unexpected any. Specify a different type
Run ESLint: lib/components/common/Tour.tsx#L20
Unexpected any. Specify a different type
Run ESLint: lib/components/common/Tour.tsx#L21
Unexpected any. Specify a different type
Run ESLint: lib/components/common/Tour.tsx#L22
Unnecessary semicolon
Run ESLint: lib/components/common/CustomMappingDropdown.tsx#L240
React Hook React.useEffect has a missing dependency: 'handleTourNextStepClick'. Either include it or remove the dependency array. If 'handleTourNextStepClick' changes too often, find the parent component that defines it and wrap that definition in useCallback