Add a new whitelist solution #186
Triggered via pull request
December 12, 2024 06:47
Status
Success
Total duration
17m 36s
Artifacts
–
sonarqube.yaml
on: pull_request
static-code-analysis
17m 27s
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:
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/ITaskQueue.cs#L122
Add the default parameter value defined in the overridden method. (https://rules.sonarsource.com/csharp/RSPEC-1006)
|
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.Sdk.CSharp.Internal/InternalBuiltIns.cs#L23
The variable 'e' is declared but never used
|