Add extra SSH options setting #793
22 new problems found by Qodana Community for JVM
Community for JVM
22 new problems were found
Inspection name | Severity | Problems |
---|---|---|
Unstable API Usage |
🔶 Warning | 8 |
Incorrect string capitalization |
🔶 Warning | 7 |
Redundant semicolon |
🔶 Warning | 5 |
Unused import directive |
🔶 Warning | 1 |
Unused symbol |
🔶 Warning | 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
github-actions / Qodana Community for JVM
Incorrect string capitalization
String 'Update workspace template' is not properly capitalized. It should have title capitalization
github-actions / Qodana Community for JVM
Incorrect string capitalization
String 'Open dashboard' is not properly capitalized. It should have title capitalization
github-actions / Qodana Community for JVM
Incorrect string capitalization
String 'View template' is not properly capitalized. It should have title capitalization
github-actions / Qodana Community for JVM
Incorrect string capitalization
String 'Start workspace' is not properly capitalized. It should have title capitalization
github-actions / Qodana Community for JVM
Incorrect string capitalization
String 'Create workspace' is not properly capitalized. It should have title capitalization
github-actions / Qodana Community for JVM
Incorrect string capitalization
String 'Coder Workspaces' is not properly capitalized. It should have sentence capitalization
github-actions / Qodana Community for JVM
Incorrect string capitalization
String 'Stop workspace' is not properly capitalized. It should have title capitalization
Check warning on line 10 in src/main/kotlin/com/coder/gateway/CoderRemoteConnectionHandle.kt
github-actions / Qodana Community for JVM
Unused import directive
Unused import directive
Check warning on line 1 in src/main/kotlin/com/coder/gateway/services/CoderRestClientService.kt
github-actions / Qodana Community for JVM
Redundant semicolon
Redundant semicolon
Check warning on line 8 in src/main/kotlin/com/coder/gateway/services/CoderRestClientService.kt
github-actions / Qodana Community for JVM
Redundant semicolon
Redundant semicolon
Check warning on line 7 in src/main/kotlin/com/coder/gateway/services/CoderRestClientService.kt
github-actions / Qodana Community for JVM
Redundant semicolon
Redundant semicolon
Check warning on line 9 in src/main/kotlin/com/coder/gateway/services/CoderRestClientService.kt
github-actions / Qodana Community for JVM
Redundant semicolon
Redundant semicolon
Check warning on line 17 in src/main/kotlin/com/coder/gateway/settings/CoderSettings.kt
github-actions / Qodana Community for JVM
Redundant semicolon
Redundant semicolon
Check warning on line 117 in src/main/kotlin/com/coder/gateway/WorkspaceParams.kt
github-actions / Qodana Community for JVM
Unstable API Usage
'FullySpecified(java.lang.String, com.jetbrains.gateway.ssh.deploy.DeployTargetInfo, com.jetbrains.gateway.ssh.HostDeployInputs.WithDeployedWorker)' is unstable because its signature references unstable 'com.jetbrains.gateway.ssh.deploy.DeployTargetInfo' marked with @ApiStatus.Experimental
Check warning on line 143 in src/main/kotlin/com/coder/gateway/WorkspaceParams.kt
github-actions / Qodana Community for JVM
Unstable API Usage
'com.jetbrains.gateway.ssh.deploy.DeployTargetInfo' is marked unstable with @ApiStatus.Experimental
Check warning on line 143 in src/main/kotlin/com/coder/gateway/WorkspaceParams.kt
github-actions / Qodana Community for JVM
Unstable API Usage
'DeployWithDownload(java.net.URI, com.jetbrains.gateway.ssh.util.IdeInstallDir, com.jetbrains.gateway.ssh.IdeInfo, com.jetbrains.gateway.ssh.deploy.DeployTargetInfo.DeployOptions)' is declared in unstable 'com.jetbrains.gateway.ssh.deploy.DeployTargetInfo' marked with @ApiStatus.Experimental
Check warning on line 143 in src/main/kotlin/com/coder/gateway/WorkspaceParams.kt
github-actions / Qodana Community for JVM
Unstable API Usage
'com.jetbrains.gateway.ssh.deploy.DeployTargetInfo.DeployWithDownload' is declared in unstable 'com.jetbrains.gateway.ssh.deploy.DeployTargetInfo' marked with @ApiStatus.Experimental
Check warning on line 142 in src/main/kotlin/com/coder/gateway/WorkspaceParams.kt
github-actions / Qodana Community for JVM
Unstable API Usage
'com.jetbrains.gateway.ssh.deploy.DeployTargetInfo' is marked unstable with @ApiStatus.Experimental
Check warning on line 148 in src/main/kotlin/com/coder/gateway/WorkspaceParams.kt
github-actions / Qodana Community for JVM
Unstable API Usage
'com.jetbrains.gateway.ssh.deploy.DeployTargetInfo.NoDeploy' is declared in unstable 'com.jetbrains.gateway.ssh.deploy.DeployTargetInfo' marked with @ApiStatus.Experimental
Check warning on line 148 in src/main/kotlin/com/coder/gateway/WorkspaceParams.kt
github-actions / Qodana Community for JVM
Unstable API Usage
'com.jetbrains.gateway.ssh.deploy.DeployTargetInfo' is marked unstable with @ApiStatus.Experimental
Check warning on line 148 in src/main/kotlin/com/coder/gateway/WorkspaceParams.kt
github-actions / Qodana Community for JVM
Unstable API Usage
'NoDeploy(java.lang.String, com.jetbrains.gateway.ssh.IdeInfo)' is declared in unstable 'com.jetbrains.gateway.ssh.deploy.DeployTargetInfo' marked with @ApiStatus.Experimental
github-actions / Qodana Community for JVM
Unused symbol
Property "settings" is never used