Skip to content

Bump app version to 1.1.11 #282

Bump app version to 1.1.11

Bump app version to 1.1.11 #282

Triggered via push December 16, 2024 09:00
Status Success
Total duration 53s
Artifacts
Lint Code
42s
Lint Code
Run Tests
37s
Run Tests
Assert code formatting
42s
Assert code formatting
Fit to window
Zoom out
Zoom in

Annotations

13 warnings
Run Tests
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Assert code formatting
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Lint Code
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Lint Code: mobile-app/api/env.ts#L8
'assertEnvString' is assigned a value 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/newMatchPoints.tsx#L9
'AssignFinishModeModal' is defined but never used
Lint Code: mobile-app/app/newMatchPoints.tsx#L10
'AssignPointsToPlayerModal' is defined but never used
Lint Code: mobile-app/app/newMatchPoints.tsx#L12
'Feature' is defined but never used
Lint Code: mobile-app/app/newMatchPoints.tsx#L22
'playerIdx' is assigned a value but never used