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 gradle/gradle-build-action from 2.11.0 to 2.11.1 #31

Merged

Bump gradle/gradle-build-action from 2.11.0 to 2.11.1

be0538f
Select commit
Loading
Failed to load commit list.
Sign in for the full log view
Merged

Bump gradle/gradle-build-action from 2.11.0 to 2.11.1 #31

Bump gradle/gradle-build-action from 2.11.0 to 2.11.1
be0538f
Select commit
Loading
Failed to load commit list.
GitHub Actions / Qodana Community for JVM completed Dec 20, 2023 in 0s

32 new problems found by Qodana Community for JVM

Community for JVM

32 new problems were found

Inspection name Severity Problems
Unused symbol 🔶 Warning 4
Incorrect string capitalization 🔶 Warning 2
Redundant SAM constructor 🔶 Warning 2
Local 'var' is never modified and can be declared as 'val' 🔶 Warning 1
Accessor call that can be replaced with property access syntax ◽️ Notice 7
Property naming convention ◽️ Notice 6
Object literal can be converted to lambda ◽️ Notice 5
Can be replaced with binary operator ◽️ Notice 3
Unnecessary parentheses in function call with lambda ◽️ Notice 2

💡 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 127 in build.gradle.kts

See this annotation in the file changed.

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

Local 'var' is never modified and can be declared as 'val'

Variable is never modified, so it can be declared using 'val'

Check warning on line 20 in src/main/kotlin/com/github/adrienpessu/sarifviewer/configurable/SettingComponent.kt

See this annotation in the file changed.

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

Incorrect string capitalization

String 'GHE Hostname' is not properly capitalized. It should have sentence capitalization

Check warning on line 21 in src/main/kotlin/com/github/adrienpessu/sarifviewer/configurable/SettingComponent.kt

See this annotation in the file changed.

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

Incorrect string capitalization

String 'GHE Token' is not properly capitalized. It should have sentence capitalization

Check notice on line 324 in src/main/kotlin/com/github/adrienpessu/sarifviewer/toolWindow/SarifViewerWindowFactory.kt

See this annotation in the file changed.

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

Object literal can be converted to lambda

Convert to lambda

Check notice on line 200 in src/main/kotlin/com/github/adrienpessu/sarifviewer/toolWindow/SarifViewerWindowFactory.kt

See this annotation in the file changed.

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

Object literal can be converted to lambda

Convert to lambda

Check notice on line 192 in src/main/kotlin/com/github/adrienpessu/sarifviewer/toolWindow/SarifViewerWindowFactory.kt

See this annotation in the file changed.

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

Object literal can be converted to lambda

Convert to lambda

Check notice on line 257 in src/main/kotlin/com/github/adrienpessu/sarifviewer/toolWindow/SarifViewerWindowFactory.kt

See this annotation in the file changed.

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

Object literal can be converted to lambda

Convert to lambda

Check notice on line 106 in src/main/kotlin/com/github/adrienpessu/sarifviewer/toolWindow/SarifViewerWindowFactory.kt

See this annotation in the file changed.

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

Object literal can be converted to lambda

Convert to lambda

Check notice on line 17 in src/main/kotlin/com/github/adrienpessu/sarifviewer/models/Root.kt

See this annotation in the file changed.

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

Property naming convention

Property name `sarif_id` should not contain underscores

Check notice on line 8 in src/main/kotlin/com/github/adrienpessu/sarifviewer/models/Root.kt

See this annotation in the file changed.

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

Property naming convention

Property name `analysis_key` should not contain underscores

Check notice on line 12 in src/main/kotlin/com/github/adrienpessu/sarifviewer/models/Root.kt

See this annotation in the file changed.

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

Property naming convention

Property name `created_at` should not contain underscores

Check notice on line 14 in src/main/kotlin/com/github/adrienpessu/sarifviewer/models/Root.kt

See this annotation in the file changed.

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

Property naming convention

Property name `rules_count` should not contain underscores

Check notice on line 7 in src/main/kotlin/com/github/adrienpessu/sarifviewer/models/Root.kt

See this annotation in the file changed.

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

Property naming convention

Property name `commit_sha` should not contain underscores

Check notice on line 13 in src/main/kotlin/com/github/adrienpessu/sarifviewer/models/Root.kt

See this annotation in the file changed.

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

Property naming convention

Property name `results_count` should not contain underscores

Check warning on line 286 in src/main/kotlin/com/github/adrienpessu/sarifviewer/toolWindow/SarifViewerWindowFactory.kt

See this annotation in the file changed.

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

Redundant SAM constructor

Redundant SAM-constructor

Check warning on line 233 in src/main/kotlin/com/github/adrienpessu/sarifviewer/toolWindow/SarifViewerWindowFactory.kt

See this annotation in the file changed.

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

Redundant SAM constructor

Redundant SAM-constructor

Check notice on line 233 in src/main/kotlin/com/github/adrienpessu/sarifviewer/toolWindow/SarifViewerWindowFactory.kt

See this annotation in the file changed.

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

Unnecessary parentheses in function call with lambda

Unnecessary parentheses in function call with lambda

Check notice on line 286 in src/main/kotlin/com/github/adrienpessu/sarifviewer/toolWindow/SarifViewerWindowFactory.kt

See this annotation in the file changed.

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

Unnecessary parentheses in function call with lambda

Unnecessary parentheses in function call with lambda

Check notice on line 36 in src/main/kotlin/com/github/adrienpessu/sarifviewer/configurable/Settings.kt

See this annotation in the file changed.

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

Can be replaced with binary operator

Call can be replaced with binary operator

Check notice on line 37 in src/main/kotlin/com/github/adrienpessu/sarifviewer/configurable/Settings.kt

See this annotation in the file changed.

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

Can be replaced with binary operator

Call can be replaced with binary operator

Check notice on line 35 in src/main/kotlin/com/github/adrienpessu/sarifviewer/configurable/Settings.kt

See this annotation in the file changed.

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

Can be replaced with binary operator

Call can be replaced with binary operator

Check warning on line 3 in src/main/kotlin/com/github/adrienpessu/sarifviewer/utils/Icons.kt

See this annotation in the file changed.

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

Unused symbol

Class "Icons" is never used

Check warning on line 6 in src/main/kotlin/com/github/adrienpessu/sarifviewer/utils/Icons.kt

See this annotation in the file changed.

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

Unused symbol

Property "ICON_WARNING" is never used

Check warning on line 10 in src/main/kotlin/com/github/adrienpessu/sarifviewer/MyBundle.kt

See this annotation in the file changed.

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

Unused symbol

Object "MyBundle" is never used

Check warning on line 8 in src/main/kotlin/com/github/adrienpessu/sarifviewer/utils/Icons.kt

See this annotation in the file changed.

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

Unused symbol

Property "ERROR" is never used