Skip to content

Add Qodana code quality scanning workflow#2

Merged
ChaseDRedmon merged 3 commits intodevfrom
feature/qodana-workflow
Feb 7, 2026
Merged

Add Qodana code quality scanning workflow#2
ChaseDRedmon merged 3 commits intodevfrom
feature/qodana-workflow

Conversation

@ChaseDRedmon
Copy link
Owner

Summary

  • Adds JetBrains Qodana code quality scanning workflow
  • Triggers on PRs, pushes to main/releases/*, and manual dispatch
  • Updated checkout action to v6

Test plan

  • Verify workflow appears in Actions tab after merge
  • Qodana scan runs on next PR

🤖 Generated with Claude Code

ChaseDRedmon and others added 3 commits February 7, 2026 02:28
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@github-actions
Copy link

github-actions bot commented Feb 7, 2026

Qodana Community for .NET

75 new problems were found

Inspection name Severity Problems
Inconsistent Naming 🔶 Warning 62
Access to disposed captured variable 🔶 Warning 1
Convert constructor into primary constructor ◽️ Notice 4
Convert lambda expression into method group ◽️ Notice 2
Class is never instantiated: Private accessibility ◽️ Notice 1
For-loop can be converted into foreach-loop ◽️ Notice 1
Redundant type declaration body ◽️ Notice 1
Type member is never used: Non-private accessibility ◽️ Notice 1
Method return value is never used: Non-private accessibility ◽️ Notice 1
Use object or collection initializer when possible ◽️ Notice 1
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@v2025.3.1
        with:
          upload-result: true
Contact Qodana team

Contact us at qodana-support@jetbrains.com

@ChaseDRedmon ChaseDRedmon merged commit cb14bcf into dev Feb 7, 2026
2 checks passed
@ChaseDRedmon ChaseDRedmon deleted the feature/qodana-workflow branch February 7, 2026 07:51
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.

1 participant