Skip to content

Adding GitHub action. #1

Adding GitHub action.

Adding GitHub action. #1

Triggered via push September 24, 2024 10:21
Status Success
Total duration 2m 33s
Artifacts

qodana.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

11 warnings
qodana
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
Class can be made sealed (non-inheritable) (non-private accessibility): CodeQualityTalk/Documents/Invoice.cs#L7
Class 'Invoice' has no inheritors and can be marked sealed
Class can be made sealed (non-inheritable) (non-private accessibility): CodeQualityTalk/CreditNote.cs#L7
Class 'CreditNote' has no inheritors and can be marked sealed
Class can be made sealed (non-inheritable) (non-private accessibility): CodeQualityTalk.Metalama/CreditNote.cs#L7
Class 'CreditNote' has no inheritors and can be marked sealed
Possibly impure struct method is called on readonly variable: struct value always copied before invocation: CodeQualityTalk.Analyzers/FactoryNameAnalyzer.cs#L74
Possibly impure struct method called on readonly variable: struct value always copied before invocation
Redundant using directive: CodeQualityTalk.Verifier/Program.cs#L3
Using directive is not required by the code and can be safely removed
Redundant using directive: CodeQualityTalk.Metalama/Architecture/AdvancedFabric.cs#L4
Using directive is not required by the code and can be safely removed
Redundant using directive: CodeQualityTalk.Metalama/Architecture/Fabric.cs#L4
Using directive is not required by the code and can be safely removed