feat(provider): add RunService interface and implementation #22
78 new problems found by Qodana Community for JVM
Qodana Community for JVM
78 new problems were found
Inspection name | Severity | Problems |
---|---|---|
Unused symbol |
🔶 Warning | 38 |
Unused import directive |
🔶 Warning | 10 |
Unresolved reference in KDoc |
🔶 Warning | 9 |
Incorrect string capitalization |
🔶 Warning | 5 |
Constant conditions |
🔶 Warning | 5 |
Usage of redundant or deprecated syntax or deprecated symbols |
🔶 Warning | 1 |
Redundant semicolon |
🔶 Warning | 1 |
Unstable API Usage |
🔶 Warning | 1 |
Class member can have 'private' visibility |
◽️ Notice | 5 |
Replace empty class body |
◽️ Notice | 2 |
Private property naming convention |
◽️ Notice | 1 |
💡 Qodana analysis was run in the pull request mode: only the changed files were checked
View the detailed Qodana report
To be able to view the detailed Qodana report, you can either:
- Register at Qodana Cloud and configure the action
- Use GitHub Code Scanning with Qodana
- Host Qodana report at GitHub Pages
- Inspect and use
qodana.sarif.json
(see the Qodana SARIF format for details)
To get *.log
files or any other Qodana artifacts, run the action with upload-result
option set to true
,
so that the action will upload the files as the job artifacts:
- name: 'Qodana Scan'
uses: JetBrains/[email protected]
with:
upload-result: true
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 39 in core/src/main/kotlin/com/phodal/shirelang/runner/RunnerResult.kt
github-actions / Qodana Community for JVM
Incorrect string capitalization
String 'error.failed.to.launch.checking.with.help.guide' is not properly capitalized. It should have sentence capitalization
Check warning on line 33 in core/src/main/kotlin/com/phodal/shirelang/runner/RunnerResult.kt
github-actions / Qodana Community for JVM
Incorrect string capitalization
String 'check.no.tests.with.help.guide' is not properly capitalized. It should have sentence capitalization
Check warning on line 25 in core/src/main/kotlin/com/phodal/shirelang/runner/RunnerResult.kt
github-actions / Qodana Community for JVM
Incorrect string capitalization
String 'check.result.connection.failed' is not properly capitalized. It should have sentence capitalization
Check warning on line 27 in core/src/main/kotlin/com/phodal/shirelang/runner/RunnerResult.kt
github-actions / Qodana Community for JVM
Incorrect string capitalization
String 'check.result.canceled' is not properly capitalized. It should have sentence capitalization
Check warning on line 24 in core/src/main/kotlin/com/phodal/shirelang/runner/RunnerResult.kt
github-actions / Qodana Community for JVM
Incorrect string capitalization
String 'check.result.local.check.unavailable' is not properly capitalized. It should have sentence capitalization
github-actions / Qodana Community for JVM
Unresolved reference in KDoc
Cannot resolve symbol 'MoveToPackageFix'
github-actions / Qodana Community for JVM
Unresolved reference in KDoc
Cannot resolve symbol 'SafeDeleteFix'
github-actions / Qodana Community for JVM
Unresolved reference in KDoc
Cannot resolve symbol 'quickFix'
github-actions / Qodana Community for JVM
Unresolved reference in KDoc
Cannot resolve symbol 'SafeDeleteFix'
github-actions / Qodana Community for JVM
Unresolved reference in KDoc
Cannot resolve symbol 'RenameQuickFix'
github-actions / Qodana Community for JVM
Unresolved reference in KDoc
Cannot resolve symbol 'analysis'
github-actions / Qodana Community for JVM
Unresolved reference in KDoc
Cannot resolve symbol 'jvm'
github-actions / Qodana Community for JVM
Unresolved reference in KDoc
Cannot resolve symbol 'idea'
github-actions / Qodana Community for JVM
Unresolved reference in KDoc
Cannot resolve symbol 'inspections'
github-actions / Qodana Community for JVM
Constant conditions
'when' branch is never reachable
github-actions / Qodana Community for JVM
Constant conditions
'when' branch is never reachable
github-actions / Qodana Community for JVM
Constant conditions
'when' branch is never reachable
github-actions / Qodana Community for JVM
Constant conditions
'when' branch is never reachable
github-actions / Qodana Community for JVM
Constant conditions
'when' branch is never reachable
github-actions / Qodana Community for JVM
Usage of redundant or deprecated syntax or deprecated symbols
Elvis operator (?:) always returns the left operand of non-nullable type Project
github-actions / Qodana Community for JVM
Unused import directive
Unused import directive
github-actions / Qodana Community for JVM
Unused import directive
Unused import directive
github-actions / Qodana Community for JVM
Unused import directive
Unused import directive
github-actions / Qodana Community for JVM
Unused import directive
Unused import directive
github-actions / Qodana Community for JVM
Unused import directive
Unused import directive