Skip to content

Merge pull request #164 from atc-net/feature/sonarcloud.token #81

Merge pull request #164 from atc-net/feature/sonarcloud.token

Merge pull request #164 from atc-net/feature/sonarcloud.token #81

Triggered via push May 7, 2024 06:00
Status Success
Total duration 2m 14s
Artifacts
merge-to-stable
2m 6s
merge-to-stable
Fit to window
Zoom out
Zoom in

Annotations

12 warnings
merge-to-stable
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: nelonoel/branch-name@v1.0.1, actions/setup-java@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
merge-to-stable
The following actions uses node12 which is deprecated and will be forced to run on node16: nelonoel/branch-name@v1.0.1. 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: src/Atc.CodingRules.Updater/CodingRulesUpdaterVersionHelper.cs#L30
Reduce the number of Warning logging calls within this code block from 6 to the 1 allowed. (https://rules.sonarsource.com/csharp/RSPEC-6664)
merge-to-stable: src/Atc.CodingRules.Updater/EditorConfigHelper.cs#L129
Collection-specific "Exists" method should be used instead of the "Any" extension. (https://rules.sonarsource.com/csharp/RSPEC-6605)
merge-to-stable: src/Atc.CodingRules.Updater/FileHelper.cs#L100
Collection-specific "Exists" method should be used instead of the "Any" extension. (https://rules.sonarsource.com/csharp/RSPEC-6605)
merge-to-stable: src/Atc.CodingRules.Updater/FileHelper.cs#L107
Collection-specific "Exists" method should be used instead of the "Any" extension. (https://rules.sonarsource.com/csharp/RSPEC-6605)
merge-to-stable: src/Atc.CodingRules.Updater/EditorConfigHelper.cs#L217
Collection-specific "Exists" method should be used instead of the "Any" extension. (https://rules.sonarsource.com/csharp/RSPEC-6605)
merge-to-stable: src/Atc.CodingRules.Updater/EditorConfigHelper.cs#L219
Collection-specific "Exists" method should be used instead of the "Any" extension. (https://rules.sonarsource.com/csharp/RSPEC-6605)
merge-to-stable: src/Atc.CodingRules.Updater/EditorConfigHelper.cs#L311
Refactor this method to reduce its Cognitive Complexity from 17 to the 15 allowed. (https://rules.sonarsource.com/csharp/RSPEC-3776)
merge-to-stable: src/Atc.CodingRules.Updater/EditorConfigHelper.cs#L349
Collection-specific "Exists" method should be used instead of the "Any" extension. (https://rules.sonarsource.com/csharp/RSPEC-6605)
merge-to-stable: src/Atc.CodingRules.Updater/EditorConfigHelper.cs#L400
Change this condition so that it does not always evaluate to 'False'. (https://rules.sonarsource.com/csharp/RSPEC-2589)
merge-to-stable: src/Atc.CodingRules.Updater/EditorConfigHelper.cs#L436
Reduce the number of Warning logging calls within this code block from 3 to the 1 allowed. (https://rules.sonarsource.com/csharp/RSPEC-6664)