Skip to content

fix: IsFailingError respects default rule severity instead of always … #158

fix: IsFailingError respects default rule severity instead of always …

fix: IsFailingError respects default rule severity instead of always … #158

Triggered via push April 7, 2026 21:30
Status Success
Total duration 1m 4s
Artifacts

sonarcloud.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
sonarcloud: src/SLNX-validator/SlnxCollector.cs#L11
Refactor this method to reduce its Cognitive Complexity from 20 to the 15 allowed.
sonarcloud: src/SLNX-validator/SlnxCollector.cs#L11
Refactor this method to reduce its Cognitive Complexity from 20 to the 15 allowed.
sonarcloud: src/SLNX-validator/SlnxCollector.cs#L11
Refactor this method to reduce its Cognitive Complexity from 20 to the 15 allowed.
sonarcloud: src/SLNX-validator.Core/Validation/SlnxFile.cs#L108
Loop should be simplified by calling Select(entry => entry.Path))
sonarcloud: src/SLNX-validator.Core/Validation/RequiredFilesChecker.cs#L38
Loops should be simplified using the "Where" LINQ method
sonarcloud: src/SLNX-validator.Core/SonarQubeReporting/SonarReporter.cs#L10
Rename parameter 'reportResults' to 'results' to match the base class declaration.
sonarcloud: src/SLNX-validator.Core/SarifReporting/SarifReporter.cs#L15
Rename parameter 'reportResults' to 'results' to match the base class declaration.
sonarcloud: src/SLNX-validator.Core/SarifReporting/SarifReporter.cs#L13
Refactor your code not to use hardcoded absolute paths or URIs.