Skip to content

cleanup

cleanup #215

Triggered via push November 10, 2024 19:59
Status Success
Total duration 2m 51s
Artifacts

code_quality.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

37 warnings and 1 notice
Unused import: app/account/(stacks)/userprofile/(tabs)/index.tsx#L15
Unused import specifier H1
Unused import: app/chat/list/index.tsx#L4
Unused import specifier functions
Unused import: components/contexts/UserContext.tsx#L3
Unused import specifier databases
Unused import: app/chat/list/index.tsx#L5
Unused import specifier ExecutionMethod
Unused import: app/chat/list/index.tsx#L1
Unused import { router } from 'expo-router'
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: app/chat/list/index.tsx#L1
ESLint: 'router' is defined 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/[conversationId]/index.tsx#L179
ESLint: React Hook useCallback has a missing dependency: 'fetchConversation'. Either include it or remove the dependency array. (react-hooks/exhaustive-deps)
ESLint: app/chat/list/_layout.tsx#L9
ESLint: 'current' is assigned a value but never used. (@typescript-eslint/no-unused-vars)
ESLint: app/chat/list/index.tsx#L96
ESLint: React Hook useCallback has a missing dependency: 'onRefresh'. Either include it or remove the dependency array. (react-hooks/exhaustive-deps)
ESLint: app/chat/list/index.tsx#L5
ESLint: 'ExecutionMethod' is defined 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/list/index.tsx#L4
ESLint: 'functions' is defined but never used. (@typescript-eslint/no-unused-vars)
ESLint: components/messaging/moderation/ReportMessageModal.tsx#L34
ESLint: 'showLoadingModal' 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/community/(stacks)/[communityId]/admin/index.tsx#L10
ESLint: 'H1' is defined but never used. (@typescript-eslint/no-unused-vars)
ESLint: app/chat/list/index.tsx#L90
ESLint: React Hook useCallback has a missing dependency: 'fetchInitialData'. Either include it or remove the dependency array. (react-hooks/exhaustive-deps)
ESLint: components/messaging/moderation/ReportMessageModal.tsx#L34
ESLint: 'hideLoadingModal' is assigned a value 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/list/_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
qodana
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
Signature mismatch: metro.config.js#L8
Argument type InputConfigT is not assignable to parameter type ComposableIntermediateConfigT