Skip to content

add new workflow file #244

add new workflow file

add new workflow file #244

Triggered via push November 25, 2024 16:42
Status Success
Total duration 54s
Artifacts
Lint Code
42s
Lint Code
Run Tests
43s
Run Tests
Assert code formatting
41s
Assert code formatting
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
Lint Code: mobile-app/api/env.ts#L8
'assertEnvString' is assigned a value but never used
Lint Code: mobile-app/api/realtime/index.ts#L3
'Logger' is defined but never used
Lint Code: mobile-app/api/realtime/useRealtimeConnection.ts#L117
The ref value 'client.current' will likely have changed by the time this effect cleanup function runs. If this ref points to a node rendered by React, copy 'client.current' to a variable inside the effect, and use that variable in the cleanup function
Lint Code: mobile-app/api/realtime/useRealtimeConnection.ts#L119
React Hook useEffect has missing dependencies: 'hoher' and 'writeLogs'. Either include them or remove the dependency array. Mutable values like 'client.current' aren't valid dependencies because mutating them doesn't re-render the component
Lint Code: mobile-app/api/utils/create-api.tsx#L106
React Hook useEffect has missing dependencies: 'api' and 'writeLog'. Either include them or remove the dependency array
Lint Code: mobile-app/app/(tabs)/index.tsx#L26
'sortingAlgorithm' is assigned a value but never used
Lint Code: mobile-app/app/joinGroup.tsx#L26
React Hook useEffect has a missing dependency: 'selectGroup'. Either include it or remove the dependency array
Lint Code: mobile-app/app/pastSeasons.tsx#L101
Unreachable code
Lint Code: mobile-app/components/MatchVsHeader.tsx#L23
'redWon' is assigned a value but never used
Lint Code: mobile-app/components/PaginationDots/component/Dot.tsx#L191
'style' is assigned a value but never used