Skip to content

Add extra SSH options setting #793

Add extra SSH options setting

Add extra SSH options setting #793

This check has been archived and is scheduled for deletion. Learn more about checks retention
GitHub Actions / Qodana Community for JVM completed Mar 26, 2024 in 0s

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:

  1. Register at Qodana Cloud and configure the action
  2. Use GitHub Code Scanning with Qodana
  3. Host Qodana report at GitHub Pages
  4. 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]

Details

This result was published with Qodana GitHub Action

Annotations

Check warning on line 295 in src/main/kotlin/com/coder/gateway/views/steps/CoderWorkspacesStepView.kt

See this annotation in the file changed.

@github-actions github-actions / Qodana Community for JVM

Incorrect string capitalization

String 'Update workspace template' is not properly capitalized. It should have title capitalization

Check warning on line 254 in src/main/kotlin/com/coder/gateway/views/steps/CoderWorkspacesStepView.kt

See this annotation in the file changed.

@github-actions github-actions / Qodana Community for JVM

Incorrect string capitalization

String 'Open dashboard' is not properly capitalized. It should have title capitalization

Check warning on line 261 in src/main/kotlin/com/coder/gateway/views/steps/CoderWorkspacesStepView.kt

See this annotation in the file changed.

@github-actions github-actions / Qodana Community for JVM

Incorrect string capitalization

String 'View template' is not properly capitalized. It should have title capitalization

Check warning on line 273 in src/main/kotlin/com/coder/gateway/views/steps/CoderWorkspacesStepView.kt

See this annotation in the file changed.

@github-actions github-actions / Qodana Community for JVM

Incorrect string capitalization

String 'Start workspace' is not properly capitalized. It should have title capitalization

Check warning on line 380 in src/main/kotlin/com/coder/gateway/views/steps/CoderWorkspacesStepView.kt

See this annotation in the file changed.

@github-actions github-actions / Qodana Community for JVM

Incorrect string capitalization

String 'Create workspace' is not properly capitalized. It should have title capitalization

Check warning on line 178 in src/main/kotlin/com/coder/gateway/views/steps/CoderWorkspacesStepView.kt

See this annotation in the file changed.

@github-actions github-actions / Qodana Community for JVM

Incorrect string capitalization

String 'Coder Workspaces' is not properly capitalized. It should have sentence capitalization

Check warning on line 358 in src/main/kotlin/com/coder/gateway/views/steps/CoderWorkspacesStepView.kt

See this annotation in the file changed.

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

See this annotation in the file changed.

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

See this annotation in the file changed.

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

See this annotation in the file changed.

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

See this annotation in the file changed.

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

See this annotation in the file changed.

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

See this annotation in the file changed.

@github-actions github-actions / Qodana Community for JVM

Redundant semicolon

Redundant semicolon

Check warning on line 117 in src/main/kotlin/com/coder/gateway/WorkspaceParams.kt

See this annotation in the file changed.

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

See this annotation in the file changed.

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

See this annotation in the file changed.

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

See this annotation in the file changed.

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

See this annotation in the file changed.

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

See this annotation in the file changed.

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

See this annotation in the file changed.

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

See this annotation in the file changed.

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

Check warning on line 77 in src/main/kotlin/com/coder/gateway/views/CoderGatewayRecentWorkspaceConnectionsView.kt

See this annotation in the file changed.

@github-actions github-actions / Qodana Community for JVM

Unused symbol

Property "settings" is never used