fix: clean up providers #88
ci.yml
on: pull_request
Check Rust Code Format
15s
Build and Test Rust Project
4m 10s
Lint Electron Desktop App
20s
Annotations
1 error and 12 warnings
Build and Test Rust Project
Process completed with exit code 101.
|
Check Rust Code Format
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Lint Electron Desktop App:
ui/desktop/src/App.tsx#L12
Unexpected any. Specify a different type
|
Lint Electron Desktop App:
ui/desktop/src/ChatWindow.tsx#L3
'Route' is defined but never used. Allowed unused vars must match /^_/u
|
Lint Electron Desktop App:
ui/desktop/src/ChatWindow.tsx#L3
'Routes' is defined but never used. Allowed unused vars must match /^_/u
|
Lint Electron Desktop App:
ui/desktop/src/ChatWindow.tsx#L3
'Navigate' is defined but never used. Allowed unused vars must match /^_/u
|
Lint Electron Desktop App:
ui/desktop/src/ChatWindow.tsx#L4
'extendGoosed' is defined but never used. Allowed unused vars must match /^_/u
|
Lint Electron Desktop App:
ui/desktop/src/ChatWindow.tsx#L36
Unexpected any. Specify a different type
|
Lint Electron Desktop App:
ui/desktop/src/ChatWindow.tsx#L39
Unexpected any. Specify a different type
|
Lint Electron Desktop App:
ui/desktop/src/ChatWindow.tsx#L60
'setSelectedChatId' is defined but never used. Allowed unused args must match /^_/u
|
Lint Electron Desktop App:
ui/desktop/src/ChatWindow.tsx#L141
React Hook useEffect has missing dependencies: 'chats' and 'setChats'. Either include them or remove the dependency array. If 'setChats' changes too often, find the parent component that defines it and wrap that definition in useCallback
|
Lint Electron Desktop App:
ui/desktop/src/ChatWindow.tsx#L149
React Hook useEffect has a missing dependency: 'append'. Either include it or remove the dependency array
|
Build and Test Rust Project
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|