Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump org.jetbrains.kotlinx.kover from 0.8.2 to 0.8.3 #19

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Bump org.jetbrains.kotlinx.kover from 0.8.2 to 0.8.3

af895f7
Select commit
Loading
Failed to load commit list.
Sign in for the full log view
Open

Bump org.jetbrains.kotlinx.kover from 0.8.2 to 0.8.3 #19

Bump org.jetbrains.kotlinx.kover from 0.8.2 to 0.8.3
af895f7
Select commit
Loading
Failed to load commit list.
GitHub Actions / Qodana Community for JVM completed Jul 22, 2024 in 0s

7 new problems found by Qodana Community for JVM

Qodana Community for JVM

7 new problems were found

Inspection name Severity Problems
Incorrect string capitalization 🔶 Warning 1
Redundant qualifier name 🔶 Warning 1
Unused symbol 🔶 Warning 1
Accessor call that can be replaced with property access syntax ◽️ Notice 3
Class member can have 'private' visibility ◽️ 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:

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 149 in src/main/kotlin/com/github/shalaga44/missingannotationstherapist/inspection/MissingAnnotationsInspection.kt

See this annotation in the file changed.

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

Incorrect string capitalization

String 'Kotlin Inspections' is not properly capitalized. It should have sentence capitalization

Check notice on line 40 in src/main/kotlin/com/github/shalaga44/missingannotationstherapist/services/MyProjectService.kt

See this annotation in the file changed.

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

Class member can have 'private' visibility

Property 'jsExport' could be private

Check warning on line 23 in src/main/kotlin/com/github/shalaga44/missingannotationstherapist/inspection/MissingAnnotationsInspection.kt

See this annotation in the file changed.

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

Redundant qualifier name

Redundant qualifier name

Check warning on line 158 in src/main/kotlin/com/github/shalaga44/missingannotationstherapist/inspection/MissingAnnotationsInspection.kt

See this annotation in the file changed.

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

Unused symbol

Property "TAG" is never used

Check notice on line 40 in src/main/kotlin/com/github/shalaga44/missingannotationstherapist/toolWindow/MyToolWindowFactory.kt

See this annotation in the file changed.

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

Accessor call that can be replaced with property access syntax

Use of setter method instead of property access syntax

Check notice on line 44 in src/main/kotlin/com/github/shalaga44/missingannotationstherapist/toolWindow/MyToolWindowFactory.kt

See this annotation in the file changed.

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

Accessor call that can be replaced with property access syntax

Use of setter method instead of property access syntax

Check notice on line 43 in src/main/kotlin/com/github/shalaga44/missingannotationstherapist/toolWindow/MyToolWindowFactory.kt

See this annotation in the file changed.

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

Accessor call that can be replaced with property access syntax

Use of setter method instead of property access syntax