Skip to content

Add a new whitelist solution #187

Add a new whitelist solution

Add a new whitelist solution #187

Re-run triggered December 13, 2024 08:12
Status Success
Total duration 11m 24s
Artifacts

sonarqube.yaml

on: pull_request
static-code-analysis
11m 14s
static-code-analysis
Fit to window
Zoom out
Zoom in

Annotations

12 warnings
static-code-analysis
Your workflow is using a version of actions/cache that is scheduled for deprecation, actions/cache@v1. Please update your workflow to use the latest version of actions/cache to avoid interruptions. Learn more: https://github.blog/changelog/2024-09-16-notice-of-upcoming-deprecations-and-changes-in-github-actions-services/
static-code-analysis
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
static-code-analysis
Import google/protobuf/timestamp.proto is unused.
static-code-analysis: src/AElf.Core/CoreAElfModule.cs#L34
Remove this commented out code. (https://rules.sonarsource.com/csharp/RSPEC-125)
static-code-analysis: src/AElf.Core/CoreAElfModule.cs#L39
Add the 'out' keyword to parameter 'T' to make it 'covariant'. (https://rules.sonarsource.com/csharp/RSPEC-3246)
static-code-analysis: src/AElf.Core/CoreAElfModule.cs#L43
'T' is not used in the class. (https://rules.sonarsource.com/csharp/RSPEC-2326)
static-code-analysis: src/AElf.Core/ITaskQueue.cs#L92
Fix this implementation of 'IDisposable' to conform to the dispose pattern. (https://rules.sonarsource.com/csharp/RSPEC-3881)
static-code-analysis: src/AElf.Core/ITaskQueue.cs#L23
Fix this implementation of 'IDisposable' to conform to the dispose pattern. (https://rules.sonarsource.com/csharp/RSPEC-3881)
static-code-analysis: src/AElf.Core/AElfDefaultConventionalRegistrar.cs#L26
Merge this if statement with the enclosing one. (https://rules.sonarsource.com/csharp/RSPEC-1066)
static-code-analysis: src/AElf.Core/AElfDefaultConventionalRegistrar.cs#L25
Collection-specific "Exists" method should be used instead of the "Any" extension. (https://rules.sonarsource.com/csharp/RSPEC-6605)
static-code-analysis: src/AElf.Core/AElfDefaultConventionalRegistrar.cs#L26
Collection-specific "Exists" method should be used instead of the "Any" extension. (https://rules.sonarsource.com/csharp/RSPEC-6605)
static-code-analysis: src/AElf.Core/ITaskQueue.cs#L122
Add the default parameter value defined in the overridden method. (https://rules.sonarsource.com/csharp/RSPEC-1006)