Push on main #240
codeql
on: dynamic
Matrix: analyze
Annotations
29 warnings and 1 notice
Unused import:
app/community/(stacks)/[communityId]/admin/index.tsx#L10
Unused import specifier H1
|
Unused import:
app/account/(stacks)/userprofile/(tabs)/index.tsx#L15
Unused import specifier H1
|
Unused import:
app/community/(stacks)/[communityId]/admin/advanced.tsx#L10
Unused import specifier H1
|
Unused import:
components/contexts/UserContext.tsx#L3
Unused import specifier databases
|
Unused import:
components/contexts/UserContext.tsx#L5
Unused import specifier UserData
|
ESLint:
app/relationships/_layout.tsx#L9
ESLint: 'theme' is assigned a value but never used. (@typescript-eslint/no-unused-vars)
|
ESLint:
components/community/CommunityActions.tsx#L44
ESLint: 'themeButtons' is assigned a value but never used. (@typescript-eslint/no-unused-vars)
|
ESLint:
components/user/UserActions.tsx#L46
ESLint: 'themeButtons' is assigned a value but never used. (@typescript-eslint/no-unused-vars)
|
ESLint:
components/calculateTimeLeft.tsx#L91
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:
app/account/(stacks)/userprofile/(tabs)/index.tsx#L15
ESLint: 'H1' is defined but never used. (@typescript-eslint/no-unused-vars)
|
ESLint:
app/chat/(main)/index.tsx#L21
ESLint: 'isLoading' is assigned a value but never used. (@typescript-eslint/no-unused-vars)
|
ESLint:
app/chat/(main)/_layout.tsx#L9
ESLint: 'current' 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:
app/community/(stacks)/[communityId]/admin/advanced.tsx#L10
ESLint: 'H1' is defined but never used. (@typescript-eslint/no-unused-vars)
|
ESLint:
app/chat/(main)/index.tsx#L91
ESLint: 'createConversation' is assigned a value but never used. (@typescript-eslint/no-unused-vars)
|
ESLint:
components/contexts/UserContext.tsx#L3
ESLint: 'databases' is defined but never used. (@typescript-eslint/no-unused-vars)
|
ESLint:
app/chat/(main)/index.tsx#L18
ESLint: 'isModalOpen' is assigned a value but never used. (@typescript-eslint/no-unused-vars)
|
ESLint:
app/community/(stacks)/[communityId]/admin/index.tsx#L10
ESLint: 'H1' is defined but never used. (@typescript-eslint/no-unused-vars)
|
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:
app/gallery/(stacks)/index.tsx#L130
ESLint: 'loadMore' is assigned a value but never used. (@typescript-eslint/no-unused-vars)
|
ESLint:
components/contexts/UserContext.tsx#L5
ESLint: 'UserData' is defined but never used. (@typescript-eslint/no-unused-vars)
|
Unused local symbol:
app/relationships/_layout.tsx#L9
Unused constant theme
|
Unused local symbol:
app/chat/(main)/index.tsx#L91
Unused constant createConversation
|
Unused local symbol:
app/chat/(main)/index.tsx#L21
Unused constant isLoading
|
Unused local symbol:
app/chat/(main)/index.tsx#L18
Unused constant isModalOpen
|
Unused local symbol:
app/chat/(main)/_layout.tsx#L9
Unused constant current
|
Unused local symbol:
components/user/UserActions.tsx#L46
Unused constant themeButtons
|
Unused local symbol:
app/gallery/(stacks)/index.tsx#L130
Unused constant loadMore
|
Unused local symbol:
components/community/CommunityActions.tsx#L44
Unused constant themeButtons
|
Signature mismatch:
metro.config.js#L8
Argument type InputConfigT is not assignable to parameter type ComposableIntermediateConfigT
|