fix: IsFailingError respects default rule severity instead of always … #158
Annotations
10 warnings
|
sonarcloud:
src/SLNX-validator.Core/SonarQubeReporting/SonarRuleSeverity.cs#L3
Remove this empty namespace.
|
|
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.
|
|
sonarcloud:
src/SLNX-validator.Core/SonarQubeReporting/SonarRuleSeverity.cs#L3
Remove this empty namespace.
|