Skip to content

Add "format on save" for rider users #41

Add "format on save" for rider users

Add "format on save" for rider users #41

GitHub Actions / Qodana Community for JVM completed Nov 2, 2024 in 0s

10 new problems found by Qodana Community for JVM

Qodana Community for JVM

10 new problems were found

Inspection name Severity Problems
Unstable API Usage 🔶 Warning 10

💡 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:

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 110 in src/main/kotlin/com/github/aarcangeli/ideaclangformat/services/ClangFormatServiceImpl.kt

See this annotation in the file changed.

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

Unstable API Usage

'invokeAndWaitIfNeeded(com.intellij.openapi.application.ModalityState, kotlin.jvm.functions.Function0)' is marked unstable with @ApiStatus.Internal

Check warning on line 36 in src/main/kotlin/com/github/aarcangeli/ideaclangformat/experimental/ClangFormatExternalFormatProcessor.kt

See this annotation in the file changed.

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

Unstable API Usage

Overridden method 'getId()' is declared in unstable interface 'com.intellij.psi.codeStyle.ExternalFormatProcessor' marked with @ApiStatus.Experimental

Check warning on line 80 in src/main/kotlin/com/github/aarcangeli/ideaclangformat/experimental/ClangFormatStyleSettingsModifier.kt

See this annotation in the file changed.

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

Unstable API Usage

Overridden method 'getName()' is declared in unstable interface 'com.intellij.psi.codeStyle.modifier.CodeStyleSettingsModifier' marked with @ApiStatus.Experimental

Check warning on line 15 in src/main/kotlin/com/github/aarcangeli/ideaclangformat/experimental/ClangFormatExternalFormatProcessor.kt

See this annotation in the file changed.

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

Unstable API Usage

Overridden method 'format([email protected] PsiFile, [email protected] TextRange, boolean, boolean, boolean, int)' is declared in unstable interface 'com.intellij.psi.codeStyle.ExternalFormatProcessor' marked with @ApiStatus.Experimental

Check warning on line 11 in src/main/kotlin/com/github/aarcangeli/ideaclangformat/experimental/ClangFormatExternalFormatProcessor.kt

See this annotation in the file changed.

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

Unstable API Usage

Overridden method 'activeForFile([email protected] PsiFile)' is declared in unstable interface 'com.intellij.psi.codeStyle.ExternalFormatProcessor' marked with @ApiStatus.Experimental

Check warning on line 32 in src/main/kotlin/com/github/aarcangeli/ideaclangformat/experimental/ClangFormatExternalFormatProcessor.kt

See this annotation in the file changed.

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

Unstable API Usage

Overridden method 'indent([email protected] PsiFile, int)' is declared in unstable interface 'com.intellij.psi.codeStyle.ExternalFormatProcessor' marked with @ApiStatus.Experimental

Check warning on line 84 in src/main/kotlin/com/github/aarcangeli/ideaclangformat/experimental/ClangFormatStyleSettingsModifier.kt

See this annotation in the file changed.

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

Unstable API Usage

Overridden method 'getStatusBarUiContributor(com.intellij.psi.codeStyle.modifier.@org.jetbrains.annotations.NotNull TransientCodeStyleSettings)' is declared in unstable interface 'com.intellij.psi.codeStyle.modifier.CodeStyleSettingsModifier' marked with @ApiStatus.Experimental

Check warning on line 10 in src/main/kotlin/com/github/aarcangeli/ideaclangformat/experimental/ClangFormatExternalFormatProcessor.kt

See this annotation in the file changed.

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

Unstable API Usage

'com.intellij.psi.codeStyle.ExternalFormatProcessor' is marked unstable with @ApiStatus.Experimental

Check warning on line 40 in src/main/kotlin/com/github/aarcangeli/ideaclangformat/experimental/ClangFormatStyleSettingsModifier.kt

See this annotation in the file changed.

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

Unstable API Usage

Overridden method 'modifySettings(com.intellij.psi.codeStyle.modifier.@org.jetbrains.annotations.NotNull TransientCodeStyleSettings, [email protected] PsiFile)' is declared in unstable interface 'com.intellij.psi.codeStyle.modifier.CodeStyleSettingsModifier' marked with @ApiStatus.Experimental

Check warning on line 37 in src/main/kotlin/com/github/aarcangeli/ideaclangformat/experimental/ClangFormatStyleSettingsModifier.kt

See this annotation in the file changed.

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

Unstable API Usage

'com.intellij.psi.codeStyle.modifier.CodeStyleSettingsModifier' is marked unstable with @ApiStatus.Experimental