Skip to content

Regarding the release PR for aelf project version 1.12.0 #189

Regarding the release PR for aelf project version 1.12.0

Regarding the release PR for aelf project version 1.12.0 #189

Triggered via pull request December 20, 2024 06:20
Status Success
Total duration 16m 36s
Artifacts

sonarqube.yaml

on: pull_request
static-code-analysis
16m 27s
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: src/AElf.Types/Protobuf/FileDescriptorExtensions.cs#L10
'FileDescriptor.CustomOptions' is obsolete: 'CustomOptions are obsolete. Use the GetOptions() method.'
static-code-analysis: src/AElf.Types/Types/BigIntValue.cs#L54
Remove this 'throw' statement. (https://rules.sonarsource.com/csharp/RSPEC-3877)
static-code-analysis: src/AElf.Types/Types/BigIntValue.cs#L53
Merge this if statement with the enclosing one. (https://rules.sonarsource.com/csharp/RSPEC-1066)
static-code-analysis: src/AElf.Types/Types/BigIntValue.cs#L53
"StartsWith" overloads that take a "char" should be used (https://rules.sonarsource.com/csharp/RSPEC-6610)
static-code-analysis: src/AElf.Types/Types/BigIntValue.cs#L196
Parameters to 'LessThan' have the same names but not the same order as the method arguments. (https://rules.sonarsource.com/csharp/RSPEC-2234)
static-code-analysis: src/AElf.Types/Types/BigIntValue.cs#L206
Parameters to 'LessThan' have the same names but not the same order as the method arguments. (https://rules.sonarsource.com/csharp/RSPEC-2234)
static-code-analysis: src/AElf.Database/DatabaseServiceCollectionExtensions.cs#L22
'IConnectionStringResolver.Resolve(string?)' is obsolete: 'Use ResolveAsync method.'
static-code-analysis: src/AElf.Sdk.CSharp.Internal/InternalBuiltIns.cs#L23
The variable 'e' is declared but never used
static-code-analysis: src/AElf.Cryptography/ECVRF/Vrf.cs#L109
The variable 'ex' is declared but never used
static-code-analysis
Import referendum_contract.proto is unused.