303 update to fit the ux #50
checkCodeQality.yml
on: pull_request
lint-and-format
1m 26s
Annotations
11 errors and 8 warnings
lint-and-format
Process completed with exit code 1.
|
lint-and-format:
src/App.tsx#L59
Unsafe assignment of an error typed value
|
lint-and-format:
src/App.tsx#L59
Unsafe any typed template tag
|
lint-and-format:
src/App.tsx#L59
Unsafe member access .ul on an `error` typed value
|
lint-and-format:
src/App.tsx#L69
Unsafe return of an `any` typed value
|
lint-and-format:
src/App.tsx#L69
Unsafe member access .color on an `any` value
|
lint-and-format:
src/App.tsx#L76
Unsafe assignment of an error typed value
|
lint-and-format:
src/App.tsx#L76
Unsafe call of an `error` type typed value
|
lint-and-format:
src/App.tsx#L76
Unsafe return of an `any` typed value
|
lint-and-format:
src/App.tsx#L76
Unsafe member access .closeModal on an `any` value
|
lint-and-format:
src/App.tsx#L77
Unsafe assignment of an error typed value
|
lint-and-format
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
lint-and-format:
src/components/atoms/ScalingSection/ScalingSection.tsx#L90
React Hook useEffect has missing dependencies: 'handleEnd', 'handleMoveMouse', and 'handleMoveTouch'. Either include them or remove the dependency array
|
lint-and-format:
src/components/molecules/SingleToastMessage/SingleToastMessage.style.tsx#L1
'css' is defined but never used
|
lint-and-format:
src/components/molecules/SingleToastMessage/SingleToastMessage.style.tsx#L3
'boxShadow' is defined but never used
|
lint-and-format:
src/components/molecules/SingleToastMessage/SingleToastMessage.style.tsx#L8
'themeStore' is defined but never used
|
lint-and-format:
src/components/molecules/SingleToastMessage/SingleToastMessage.style.tsx#L13
'TToastMessage' is defined but never used
|
lint-and-format:
src/components/molecules/SwipeUpModal/SwipeUpModal.tsx#L84
React Hook useEffect has missing dependencies: 'closeModal' and 'openModal'. Either include them or remove the dependency array
|
lint-and-format:
src/utils/hooks/useWindowDimensions/useWindowDimensions.tsx#L34
React Hook useEffect has a missing dependency: 'viewport'. Either include it or remove the dependency array
|