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.qodana from 2024.2.3 to 2024.2.5 #63

Closed

Bump org.jetbrains.qodana from 2024.2.3 to 2024.2.5

ff088a2
Select commit
Loading
Failed to load commit list.
Sign in for the full log view
Closed

Bump org.jetbrains.qodana from 2024.2.3 to 2024.2.5 #63

Bump org.jetbrains.qodana from 2024.2.3 to 2024.2.5
ff088a2
Select commit
Loading
Failed to load commit list.
GitHub Actions / Qodana Community for JVM completed Oct 24, 2024 in 0s

5 new problems found by Qodana Community for JVM

Qodana Community for JVM

5 new problems were found

Inspection name Severity Problems
Unused symbol 🔶 Warning 1
Function naming convention ◽️ Notice 1
Constant conditions ◽️ Notice 1
Might be 'const' ◽️ Notice 1
'protected' visibility is effectively 'private' in a final class ◽️ 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 notice on line 23 in src/main/kotlin/com/github/nikolaymatrosov/cucumbergo/StepUtils.kt

See this annotation in the file changed.

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

Function naming convention

Function name `ToCamelCase` should start with a lowercase letter

Check notice on line 33 in src/main/kotlin/com/github/nikolaymatrosov/cucumbergo/steps/StepDefenitionCreator.kt

See this annotation in the file changed.

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

Constant conditions

Value of 'stepsDir' is always null

Check notice on line 55 in src/main/kotlin/com/github/nikolaymatrosov/cucumbergo/CucumberGoStepIndex.kt

See this annotation in the file changed.

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

Might be 'const'

Might be 'const'

Check notice on line 19 in src/main/kotlin/com/github/nikolaymatrosov/cucumbergo/run/GodogRunConfigurationProducer.kt

See this annotation in the file changed.

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

'protected' visibility is effectively 'private' in a final class

'protected' visibility is effectively 'private' in a final class

Check warning on line 29 in src/main/kotlin/com/github/nikolaymatrosov/cucumbergo/steps/GoParameterTypeManager.kt

See this annotation in the file changed.

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

Unused symbol

Function "addParameterType" is never used