Skip to content
This repository has been archived by the owner on Sep 29, 2024. It is now read-only.

chore: apply spotless #382

chore: apply spotless

chore: apply spotless #382

GitHub Actions / Qodana for JS completed Jun 18, 2024 in 0s

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

Details

This result was published with Qodana GitHub Action

Annotations

Check warning on line 1 in src/WikiRegisters.test.tsx

See this annotation in the file changed.

@github-actions github-actions / Qodana for JS

Unused import

Unused import specifier waitFor

Check warning on line 1 in src/Download.test.tsx

See this annotation in the file changed.

@github-actions github-actions / Qodana for JS

Unused import

Unused import specifier waitFor

Check warning on line 32 in src/Champions.tsx

See this annotation in the file changed.

@github-actions 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

See this annotation in the file changed.

@github-actions 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

See this annotation in the file changed.

@github-actions github-actions / Qodana for JS

Unsound type guard check

Redundant 'instanceof' check: 'date' has type 'Date' or an inheritor of 'Date'