Enforce rustfmt: format src-tauri + add cargo fmt --check to CI#12
Merged
Annotations
11 warnings
|
Complete job
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/checkout@v4, actions/setup-node@v4. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
Run npm run lint:
src/components/EditorPane.test.tsx#L22
'isCaretOnFirstLine' is already declared in the upper scope on line 14 column 5
|
|
Run npm run lint:
src/components/EditorPane.test.tsx#L21
'moveCursor' is already declared in the upper scope on line 13 column 5
|
|
Run npm run lint:
src/components/EditorPane.test.tsx#L20
'focus' is already declared in the upper scope on line 12 column 5
|
|
Run npm run lint:
src/components/EditorPane.test.tsx#L19
'setEditorMode' is already declared in the upper scope on line 11 column 5
|
|
Run npm run lint:
src/components/AttachmentsDialog.tsx#L252
Do not nest ternary expressions
|
|
Run npm run lint:
src/components/AttachmentsDialog.test.tsx#L20
Assignment to property of function parameter 'data'
|
|
Run npm run lint:
src/attachments.ts#L83
The type 'subscribe' is undefined
|
|
Run npm run lint:
src/attachments.ts#L62
The type 'forget' is undefined
|
|
Run npm run lint:
src/attachments.ts#L33
The type 'dispose' is undefined
|
|
Run npm run lint:
scripts/make-latest-json.mjs#L35
Missing JSDoc @returns declaration
|
background
wait
wait-all
cancel
parallel
Loading