Skip to content

Implement exclusion and breaking change classification (Task 4.3) #49

Implement exclusion and breaking change classification (Task 4.3)

Implement exclusion and breaking change classification (Task 4.3) #49

Triggered via pull request July 20, 2025 13:12
Status Failure
Total duration 40s
Artifacts

code-quality.yml

on: pull_request
code-quality
37s
code-quality
Fit to window
Zoom out
Zoom in

Annotations

10 errors
code-quality: src/DotNetApiDiff/ApiExtraction/ChangeClassifier.cs#L87
The parameters should all be placed on the same line or each parameter should be placed on its own line. (https://github.com/DotNetAnalyzers/StyleCopAnalyzers/blob/master/documentation/SA1117.md)
code-quality: src/DotNetApiDiff/ApiExtraction/ChangeClassifier.cs#L61
The parameters should all be placed on the same line or each parameter should be placed on its own line. (https://github.com/DotNetAnalyzers/StyleCopAnalyzers/blob/master/documentation/SA1117.md)
code-quality: src/DotNetApiDiff/ApiExtraction/ChangeClassifier.cs#L86
The parameters should begin on the line after the declaration, whenever the parameter span across multiple lines (https://github.com/DotNetAnalyzers/StyleCopAnalyzers/blob/master/documentation/SA1116.md)
code-quality: src/DotNetApiDiff/ApiExtraction/ChangeClassifier.cs#L60
The parameters should begin on the line after the declaration, whenever the parameter span across multiple lines (https://github.com/DotNetAnalyzers/StyleCopAnalyzers/blob/master/documentation/SA1116.md)