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 FOSSA and Exclude tests from Qodana scan #120

Merged
merged 20 commits into from
Dec 27, 2024
Merged

Conversation

zingz0r
Copy link
Owner

@zingz0r zingz0r commented Dec 27, 2024

No description provided.

Copy link

github-actions bot commented Dec 27, 2024

Qodana Community for .NET

245 new problems were found

Inspection name Severity Problems
Auto-property accessor is never used: Non-private accessibility 🔶 Warning 25
Return value of [MustUseReturnValue] annotated method is not used 🔶 Warning 1
Type member is never used: Non-private accessibility ◽️ Notice 181
Type member is never accessed via base type: Non-private accessibility ◽️ Notice 15
Member can be made private: Non-private accessibility ◽️ Notice 8
Auto-property can be made get-only: Non-private accessibility ◽️ Notice 7
Class is never instantiated: Non-private accessibility ◽️ Notice 6
Class with virtual (overridable) members never inherited: Non-private accessibility ◽️ Notice 1
Virtual (overridable) member is never overridden: Non-private accessibility ◽️ 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@v2024.3.4
        with:
          upload-result: true
Contact Qodana team

Contact us at qodana-support@jetbrains.com

@zingz0r zingz0r changed the title Exclude tests from Qodana scan Add FOSSA and Exclude tests from Qodana scan Dec 27, 2024
@github-advanced-security
Copy link

This pull request sets up GitHub code scanning for this repository. Once the scans have completed and the checks have passed, the analysis results for this pull request branch will appear on this overview. Once you merge this pull request, the 'Security' tab will show more code scanning analysis results (for example, for the default branch). Depending on your configuration and choice of analysis tool, future pull requests will be annotated with code scanning analysis results. For more information about GitHub code scanning, check out the documentation.

1 similar comment
@github-advanced-security
Copy link

This pull request sets up GitHub code scanning for this repository. Once the scans have completed and the checks have passed, the analysis results for this pull request branch will appear on this overview. Once you merge this pull request, the 'Security' tab will show more code scanning analysis results (for example, for the default branch). Depending on your configuration and choice of analysis tool, future pull requests will be annotated with code scanning analysis results. For more information about GitHub code scanning, check out the documentation.

@zingz0r zingz0r merged commit 96bdd1e into master Dec 27, 2024
5 of 7 checks passed
@zingz0r zingz0r deleted the feature/quodana branch December 27, 2024 21:10
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