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 #35

Merged
merged 3 commits into from
Dec 2, 2024
Merged

Add qodana CI checks #35

merged 3 commits into from
Dec 2, 2024

Conversation

qodana-cloud[bot]
Copy link

@qodana-cloud qodana-cloud bot commented Dec 1, 2024

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

@qodana-cloud qodana-cloud bot requested a review from lekman as a code owner December 1, 2024 11:27
Copy link

codecov bot commented Dec 1, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 74.47%. Comparing base (4399dcc) to head (8dd4b19).
Report is 6 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main      #35   +/-   ##
=======================================
  Coverage   74.47%   74.47%           
=======================================
  Files           2        2           
  Lines         192      192           
  Branches       17       17           
=======================================
  Hits          143      143           
  Misses         46       46           
  Partials        3        3           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Copy link
Contributor

github-actions bot commented Dec 1, 2024

Qodana for .NET

25 new problems were found

Inspection name Severity Problems
Conditional access qualifier expression is not null according to nullable reference types' annotations 🔶 Warning 1
Compliance with JSON schema 🔶 Warning 1
Redundant nullable warning suppression expression 🔶 Warning 1
Auto-property accessor is never used (non-private accessibility) 🔶 Warning 1
Invert 'if' statement to reduce nesting ◽️ Notice 6
Type member is never used (non-private accessibility) ◽️ Notice 5
Member can be made private (non-private accessibility) ◽️ Notice 4
Property can be made init-only (non-private accessibility) ◽️ Notice 3
Convert local variable or field into constant (private accessibility) ◽️ Notice 1
Type is never used (non-private accessibility) ◽️ Notice 1
Use collection expression syntax ◽️ Notice 1

☁️ View the detailed Qodana report

Detected 24 dependencies

Third-party software list

This page lists the third-party software dependencies used in AzureLiquid

Dependency Version Licenses
AzureLiquid 1.1.1 Apache-2.0
DotLiquid-Net6 1.0.14 Apache-2.0
DotLiquid-Net6 1.0.15 Apache-2.0
Microsoft.CodeAnalysis.Analyzers 3.3.3 MIT
Microsoft.CodeAnalysis.Analyzers 3.3.4 MIT
Microsoft.CodeAnalysis.Common 4.4.0 MIT
Microsoft.CodeAnalysis.Common 4.7.0 MIT
Newtonsoft.Json 13.0.1 MIT
Newtonsoft.Json 13.0.3 MIT
Roslynator.Analyzers 4.12.9 Apache-2.0
Roslynator.Analyzers 4.4.0 Apache-2.0
Roslynator.Core 4.12.9 Apache-2.0
Roslynator.Core 4.4.0 Apache-2.0
SonarAnalyzer.CSharp 10.3.0.106239 MIT
SonarAnalyzer.CSharp 9.7.0.75501 GPL-3.0-only
LGPL-3.0-only
StyleCop.Analyzers 1.1.118 MIT
System.Collections.Immutable 6.0.0 MIT
System.Collections.Immutable 7.0.0 MIT
System.Memory 4.5.5 MIT
System.Reflection.Metadata 5.0.0 MIT
System.Reflection.Metadata 7.0.0 MIT
System.Runtime.CompilerServices.Unsafe 6.0.0 MIT
System.Text.Encoding.CodePages 6.0.0 MIT
System.Threading.Tasks.Extensions 4.5.4 MIT
Contact Qodana team

Contact us at qodana-support@jetbrains.com

lekman
lekman previously approved these changes Dec 2, 2024
@lekman lekman merged commit 2ac6753 into main Dec 2, 2024
17 checks passed
@lekman lekman deleted the qodana-automation-630620731 branch December 2, 2024 09: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.

2 participants