Skip to content

Push on main

Push on main #254

Triggered via dynamic November 19, 2024 21:53
Status Success
Total duration 1m 17s
Artifacts

codeql

on: dynamic
Matrix: analyze
Fit to window
Zoom out
Zoom in

Annotations

20 warnings and 1 notice
Unused import: app/chat/list/_layout.tsx#L3
Unused import { useUser } from '\~/components/contexts/UserContext'
ESLint: components/data/DrawerData.tsx#L77
ESLint: 'setColorScheme' is assigned a value but never used. (@typescript-eslint/no-unused-vars)
ESLint: app/chat/list/_layout.tsx#L3
ESLint: 'useUser' is defined but never used. (@typescript-eslint/no-unused-vars)
ESLint: app/chat/[conversationId]/index.tsx#L182
ESLint: React Hook useEffect has a missing dependency: 'fetchConversation'. Either include it or remove the dependency array. (react-hooks/exhaustive-deps)
ESLint: app/chat/list/index.tsx#L114
ESLint: React Hook useCallback has a missing dependency: 'fetchInitialData'. Either include it or remove the dependency array. (react-hooks/exhaustive-deps)
ESLint: components/user/UserActions.tsx#L46
ESLint: 'themeButtons' is assigned a value but never used. (@typescript-eslint/no-unused-vars)
ESLint: app/gallery/(stacks)/index.tsx#L131
ESLint: 'loadMore' is assigned a value but never used. (@typescript-eslint/no-unused-vars)
ESLint: app/chat/list/index.tsx#L120
ESLint: React Hook useCallback has a missing dependency: 'onRefresh'. Either include it or remove the dependency array. (react-hooks/exhaustive-deps)
ESLint: app/chat/[conversationId]/index.tsx#L215
ESLint: React Hook useCallback has a missing dependency: 'fetchConversation'. Either include it or remove the dependency array. (react-hooks/exhaustive-deps)
ESLint: components/calculateTimeLeft.tsx#L131
ESLint: React Hook useEffect has an unnecessary dependency: 'timeSince'. Either exclude it or remove the dependency array. Outer scope values like 'timeSince' aren't valid dependencies because mutating them doesn't re-render the component. (react-hooks/exhaustive-deps)
ESLint: components/data/DrawerData.tsx#L81
ESLint: 'openBrowser' is assigned a value but never used. (@typescript-eslint/no-unused-vars)
ESLint: components/blocks/events/EventsList.tsx#L73
ESLint: React Hook useCallback has a missing dependency: 'onRefresh'. Either include it or remove the dependency array. (react-hooks/exhaustive-deps)
ESLint: components/calculateTimeLeft.tsx#L117
ESLint: React Hook useEffect has an unnecessary dependency: 'calculateTimeLeft'. Either exclude it or remove the dependency array. Outer scope values like 'calculateTimeLeft' aren't valid dependencies because mutating them doesn't re-render the component. (react-hooks/exhaustive-deps)
ESLint: components/blocks/events/EventsList.tsx#L78
ESLint: React Hook useEffect has a missing dependency: 'showLoadingModal'. Either include it or remove the dependency array. (react-hooks/exhaustive-deps)
ESLint: components/contexts/SharingContext.tsx#L45
ESLint: React Hook useEffect has a missing dependency: 'checkStatus'. Either include it or remove the dependency array. (react-hooks/exhaustive-deps)
Unused local symbol: components/user/UserActions.tsx#L46
Unused constant themeButtons
Unused local symbol: components/calculateTimeLeft.tsx#L54
Unused parameter upcoming
Unused local symbol: components/data/DrawerData.tsx#L77
Unused constant setColorScheme
Unused local symbol: components/data/DrawerData.tsx#L81
Unused constant openBrowser
Unused local symbol: app/gallery/(stacks)/index.tsx#L131
Unused constant loadMore
Signature mismatch: metro.config.js#L8
Argument type { input: string } is not assignable to parameter type WithNativeWindOptions