Skip to content

Merge pull request #310 from koxudaxi/dependabot/gradle/org.jetbrains… #218

Merge pull request #310 from koxudaxi/dependabot/gradle/org.jetbrains…

Merge pull request #310 from koxudaxi/dependabot/gradle/org.jetbrains… #218

GitHub Actions / Qodana Community for JVM completed Nov 16, 2023 in 0s

28 new problems found by Qodana Community for JVM

Community for JVM

28 new problems were found

Inspection name Severity Problems
Unstable API Usage 🔶 Warning 16
Incorrect string capitalization 🔶 Warning 2
Unused symbol 🔶 Warning 2
Constant conditions 🔶 Warning 1
Class member can have 'private' visibility ◽️ Notice 3
Array property in data class ◽️ Notice 1
Const property naming convention ◽️ Notice 1
Package name does not match containing directory ◽️ Notice 1
Regular expression can be simplified ◽️ 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:

  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 notice on line 282 in src/com/koxudaxi/ruff/Ruff.kt

See this annotation in the file changed.

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

Array property in data class

Property with 'Array' type in a 'data' class: it is recommended to override 'equals()' and 'hashCode()'

Check notice on line 24 in src/com/koxudaxi/ruff/RuffRun.kt

See this annotation in the file changed.

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

Const property naming convention

Const property name `actionID` should not contain lowercase letters

Check warning on line 249 in src/com/koxudaxi/ruff/Ruff.kt

See this annotation in the file changed.

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

Incorrect string capitalization

String 'Error Running Ruff' is not properly capitalized. It should have sentence capitalization

Check warning on line 37 in src/com/koxudaxi/ruff/RuffApplyService.kt

See this annotation in the file changed.

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

Incorrect string capitalization

String 'Run ruff' is not properly capitalized. It should have title capitalization

Check warning on line 121 in src/com/koxudaxi/ruff/Ruff.kt

See this annotation in the file changed.

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

Constant conditions

Condition 'it' is always true

Check notice on line 14 in src/com/koxudaxi/ruff/RuffNoqaDocumentationTarget.kt

See this annotation in the file changed.

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

Class member can have 'private' visibility

Property 'psiComment' could be private

Check notice on line 10 in src/com/koxudaxi/ruff/RuffQuickFix.kt

See this annotation in the file changed.

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

Class member can have 'private' visibility

Property 'message' could be private

Check notice on line 31 in src/com/koxudaxi/ruff/RuffLspServerSupportProvider.kt

See this annotation in the file changed.

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

Class member can have 'private' visibility

Function 'isInspectionEnabled' could be private

Check notice on line 14 in src/com/koxudaxi/ruff/RuffLspServerSupportProvider.kt

See this annotation in the file changed.

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

Package name does not match containing directory

Package directive does not match the file location

Check notice on line 472 in src/com/koxudaxi/ruff/Ruff.kt

See this annotation in the file changed.

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

Regular expression can be simplified

`[\\s]` can be simplified to '\\s'

Check warning on line 48 in src/com/koxudaxi/ruff/RuffLspServerSupportProvider.kt

See this annotation in the file changed.

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

Unstable API Usage

Overridden method 'createCommandLine()' is declared in unstable 'com.intellij.platform.lsp.api.LspServerDescriptor' marked with @ApiStatus.Experimental

Check warning on line 47 in src/com/koxudaxi/ruff/RuffNoqaDocumentationTarget.kt

See this annotation in the file changed.

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

Unstable API Usage

'dereference()' is marked unstable with @ApiStatus.Experimental

Check warning on line 16 in src/com/koxudaxi/ruff/RuffNoqaDocumentationTarget.kt

See this annotation in the file changed.

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

Unstable API Usage

'targetPresentation(com.intellij.psi.PsiElement)' is marked unstable with @ApiStatus.Internal

Check warning on line 15 in src/com/koxudaxi/ruff/RuffNoqaDocumentationTarget.kt

See this annotation in the file changed.

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

Unstable API Usage

'com.intellij.platform.backend.presentation.TargetPresentation' is marked unstable with @ApiStatus.Experimental

Check warning on line 62 in src/com/koxudaxi/ruff/RuffLspServerSupportProvider.kt

See this annotation in the file changed.

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

Unstable API Usage

'com.intellij.platform.lsp.api.customization.LspCompletionSupport' is marked unstable with @ApiStatus.Experimental

Check warning on line 18 in src/com/koxudaxi/ruff/RuffLspServerSupportProvider.kt

See this annotation in the file changed.

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

Unstable API Usage

'com.intellij.platform.lsp.api.LspServerSupportProvider' is marked unstable with @ApiStatus.Experimental

Check warning on line 14 in src/com/koxudaxi/ruff/RuffLspServerSupportProvider.kt

See this annotation in the file changed.

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

Unstable API Usage

'com.intellij.platform.lsp.api.LspServerSupportProvider' is marked unstable with @ApiStatus.Experimental

Check warning on line 18 in src/com/koxudaxi/ruff/RuffLspServerSupportProvider.kt

See this annotation in the file changed.

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

Unstable API Usage

'com.intellij.platform.lsp.api.LspServerSupportProvider.LspServerStarter' is declared in unstable 'com.intellij.platform.lsp.api.LspServerSupportProvider' marked with @ApiStatus.Experimental

Check warning on line 43 in src/com/koxudaxi/ruff/RuffNoqaDocumentationTarget.kt

See this annotation in the file changed.

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

Unstable API Usage

'com.intellij.model.Pointer' is marked unstable with @ApiStatus.Experimental

Check warning on line 117 in src/com/koxudaxi/ruff/Ruff.kt

See this annotation in the file changed.

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

Unstable API Usage

'com.intellij.platform.lsp.api.LspServerSupportProvider.Companion' is declared in unstable 'com.intellij.platform.lsp.api.LspServerSupportProvider' marked with @ApiStatus.Experimental

Check warning on line 28 in src/com/koxudaxi/ruff/RuffLspServerSupportProvider.kt

See this annotation in the file changed.

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

Unstable API Usage

'ensureServerStarted(com.intellij.platform.lsp.api.LspServerDescriptor)' is declared in unstable 'com.intellij.platform.lsp.api.LspServerSupportProvider' marked with @ApiStatus.Experimental

Check warning on line 15 in src/com/koxudaxi/ruff/RuffLspServerSupportProvider.kt

See this annotation in the file changed.

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

Unstable API Usage

Overridden method 'fileOpened(com.intellij.openapi.project.Project, com.intellij.openapi.vfs.VirtualFile, com.intellij.platform.lsp.api.LspServerSupportProvider.LspServerStarter)' is declared in unstable 'com.intellij.platform.lsp.api.LspServerSupportProvider' marked with @ApiStatus.Experimental

Check warning on line 48 in src/com/koxudaxi/ruff/RuffNoqaDocumentationTarget.kt

See this annotation in the file changed.

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

Unstable API Usage

'dereference()' is marked unstable with @ApiStatus.Experimental

Check warning on line 46 in src/com/koxudaxi/ruff/RuffNoqaDocumentationTarget.kt

See this annotation in the file changed.

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

Unstable API Usage

'com.intellij.model.Pointer' is marked unstable with @ApiStatus.Experimental

Check warning on line 44 in src/com/koxudaxi/ruff/RuffLspServerSupportProvider.kt

See this annotation in the file changed.

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

Unstable API Usage

Overridden method 'isSupportedFile(com.intellij.openapi.vfs.VirtualFile)' is declared in unstable 'com.intellij.platform.lsp.api.LspServerDescriptor' marked with @ApiStatus.Experimental