Skip to content

Merge pull request #329 from atc-net/feature/maintenance #235

Merge pull request #329 from atc-net/feature/maintenance

Merge pull request #329 from atc-net/feature/maintenance #235

Triggered via push August 15, 2024 01:00
Status Success
Total duration 4m 5s
Artifacts
merge-to-stable
3m 57s
merge-to-stable
Fit to window
Zoom out
Zoom in

Annotations

12 warnings
merge-to-stable
The following actions uses node12 which is deprecated and will be forced to run on node16: nelonoel/[email protected]. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
merge-to-stable
The following actions use a deprecated Node.js version and will be forced to run on node20: nelonoel/[email protected], actions/setup-java@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
merge-to-stable: src/Atc/Extensions/DirectoryInfoExtensions.cs#L46
Define a constant instead of using this literal 'Directory do not exist' 6 times. (https://rules.sonarsource.com/csharp/RSPEC-1192)
merge-to-stable: src/Atc/Enums/ArrowDirectionType.cs#L5
Rename this enumeration to match the regular expression: '^([A-Z]{1,3}[a-z0-9]+)*([A-Z]{2})?s$'. (https://rules.sonarsource.com/csharp/RSPEC-2342)
merge-to-stable: src/Atc/Enums/TemplatePatternType.cs#L5
Rename this enumeration to match the regular expression: '^([A-Z]{1,3}[a-z0-9]+)*([A-Z]{2})?s$'. (https://rules.sonarsource.com/csharp/RSPEC-2342)
merge-to-stable: src/Atc/Helpers/ProcessHelper.cs#L105
Define a constant instead of using this literal 'Timeout should be greater then 1 seconds' 4 times. (https://rules.sonarsource.com/csharp/RSPEC-1192)
merge-to-stable: src/Atc/Math/Trigonometry/TriangleHelper.cs#L156
Define a constant instead of using this literal 'This scenario is not implemented yet.' 6 times. (https://rules.sonarsource.com/csharp/RSPEC-1192)
merge-to-stable: src/Atc/Data/DataFactory.cs#L23
Define a constant instead of using this literal 'value' 8 times. (https://rules.sonarsource.com/csharp/RSPEC-1192)
merge-to-stable: src/Atc/Data/Models/AssemblyInformation.cs#L29
Make sure not performing data validation after deserialization is safe here. (https://rules.sonarsource.com/csharp/RSPEC-5766)
merge-to-stable: src/Atc/Data/Models/LogItem.cs#L23
Make sure not performing data validation after deserialization is safe here. (https://rules.sonarsource.com/csharp/RSPEC-5766)
merge-to-stable: src/Atc/Data/SemVer/SemanticVersion.cs#L57
Make sure not performing data validation after deserialization is safe here. (https://rules.sonarsource.com/csharp/RSPEC-5766)
merge-to-stable: src/Atc/Attributes/DataAnnotations/ValidationAttributes/StringAttribute.cs#L103
Collection-specific "Exists" method should be used instead of the "Any" extension. (https://rules.sonarsource.com/csharp/RSPEC-6605)