chore: apply spotless #382
5 new problems found by Qodana for JS
Qodana for JS
5 new problems were found
Inspection name | Severity | Problems |
---|---|---|
Unused import |
🔶 Warning | 2 |
Exception used for local control-flow |
🔶 Warning | 2 |
Unsound type guard check |
🔶 Warning | 1 |
☁️ View the detailed Qodana report
Contact Qodana team
Contact us at qodana-support@jetbrains.com
- 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 1 in src/WikiRegisters.test.tsx
github-actions / Qodana for JS
Unused import
Unused import specifier waitFor
Check warning on line 1 in src/Download.test.tsx
github-actions / Qodana for JS
Unused import
Unused import specifier waitFor
Check warning on line 32 in src/Champions.tsx
github-actions / Qodana for JS
Exception used for local control-flow
'throw' of exception caught locally
Check warning on line 112 in src/Scoreboard.tsx
github-actions / Qodana for JS
Exception used for local control-flow
'throw' of exception caught locally
Check warning on line 88 in src/Scoreboard.tsx
github-actions / Qodana for JS
Unsound type guard check
Redundant 'instanceof' check: 'date' has type 'Date' or an inheritor of 'Date'