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

Add qodana CI checks #14

Merged
merged 2 commits into from
Oct 3, 2024
Merged

Add qodana CI checks #14

merged 2 commits into from
Oct 3, 2024

Conversation

qodana-cloud[bot]
Copy link

@qodana-cloud qodana-cloud bot commented Oct 3, 2024

Adds qodana.yaml and GitHub workflow file that runs Qodana static analysis on each pull request.

@qligier qligier merged commit 69c127a into master Oct 3, 2024
2 checks passed
@qligier qligier deleted the qodana-automation-114315511 branch October 3, 2024 19:21
@codecov-commenter
Copy link

Welcome to Codecov 🎉

Once you merge this PR into your default branch, you're all set! Codecov will compare coverage reports and display results in all future pull requests.

Thanks for integrating Codecov - We've got you covered ☂️

Copy link

github-actions bot commented Oct 3, 2024

Qodana Community for JVM

53 new problems were found

Inspection name Severity Problems
Unused import 🔶 Warning 20
Unnecessary unicode escape sequence 🔶 Warning 8
Unused assignment 🔶 Warning 6
Field can be local 🔶 Warning 3
@NotNull/@Nullable problems 🔶 Warning 3
Redundant local variable 🔶 Warning 2
C-style array declaration 🔶 Warning 1
Incorrect string capitalization 🔶 Warning 1
Field may be 'final' 🔶 Warning 1
Unstable API Usage 🔶 Warning 1
Duplicate branches in 'switch' ◽️ Notice 7

☁️ View the detailed Qodana report

Contact Qodana team

Contact us at qodana-support@jetbrains.com

Copy link

github-actions bot commented Oct 3, 2024

Qodana Community for JVM

53 new problems were found

Inspection name Severity Problems
Unused import 🔶 Warning 20
Unnecessary unicode escape sequence 🔶 Warning 8
Unused assignment 🔶 Warning 6
Field can be local 🔶 Warning 3
@NotNull/@Nullable problems 🔶 Warning 3
Redundant local variable 🔶 Warning 2
C-style array declaration 🔶 Warning 1
Incorrect string capitalization 🔶 Warning 1
Field may be 'final' 🔶 Warning 1
Unstable API Usage 🔶 Warning 1
Duplicate branches in 'switch' ◽️ Notice 7

💡 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/qodana-action@v2024.2.3
        with:
          upload-result: true
Contact Qodana team

Contact us at qodana-support@jetbrains.com

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants