✅ 先写计划,要赶飞机了( #458
5 new problems found by Qodana for JS
Qodana for JS
5 new problems were found
Inspection name | Severity | Problems |
---|---|---|
ESLint |
🔴 Failure | 2 |
Unused import |
🔶 Warning | 2 |
Syntax errors and unresolved references in JSDoc |
🔶 Warning | 1 |
💡 Qodana analysis was run in the pull request mode: only the changed files were checked
☁️ View the detailed Qodana report
Contact Qodana team
Contact us at [email protected]
- Or via our issue tracker: https://jb.gg/qodana-issue
- Or share your feedback: https://jb.gg/qodana-discussions
Details
This result was published with Qodana GitHub Action
Annotations
Check warning on line 12 in src/views/t-post-json.vue
github-actions / Qodana for JS
Unused import
Unused
```
import { webviewWindow } from "@tauri-apps/api";
```
Check warning on line 12 in src/views/t-anno-json.vue
github-actions / Qodana for JS
Unused import
Unused
```
import { webviewWindow } from "@tauri-apps/api";
```
Check failure on line 12 in src/views/t-post-json.vue
github-actions / Qodana for JS
ESLint
ESLint: 'webviewWindow' is defined but never used. (@typescript-eslint/no-unused-vars)
Check failure on line 12 in src/views/t-anno-json.vue
github-actions / Qodana for JS
ESLint
ESLint: 'webviewWindow' is defined but never used. (@typescript-eslint/no-unused-vars)
Check warning on line 27 in src/types/Plugins/UIGF.d.ts
github-actions / Qodana for JS
Syntax errors and unresolved references in JSDoc
Unresolved variable or type 'GachaItem4'