Skip to content

[WIP] Replace Azure Pipeline with Github Actions #112

[WIP] Replace Azure Pipeline with Github Actions

[WIP] Replace Azure Pipeline with Github Actions #112

Triggered via pull request August 6, 2024 12:12
Status Success
Total duration 17m 2s
Artifacts

sonarqube.yaml

on: pull_request
static-code-analysis
16m 52s
static-code-analysis
Fit to window
Zoom out
Zoom in

Annotations

12 warnings
static-code-analysis
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/setup-java@v1, actions/cache@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
static-code-analysis
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/setup-java@v1, actions/cache@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
static-code-analysis
Import acs2.proto is unused.
static-code-analysis
Import transaction_fee.proto is unused.
static-code-analysis
Import acs2.proto is unused.
static-code-analysis
Import token_holder_contract.proto is unused.
static-code-analysis: src/AElf.Runtime.CSharp.Core/SdkStreamManager.cs#L20
Complete the task associated to this 'TODO' comment. (https://rules.sonarsource.com/csharp/RSPEC-1135)
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.Core/CoreAElfModule.cs#L34
Remove this commented out code. (https://rules.sonarsource.com/csharp/RSPEC-125)
static-code-analysis: src/AElf.Types/Types/Address.cs#L36
Complete the task associated to this 'TODO' comment. (https://rules.sonarsource.com/csharp/RSPEC-1135)
static-code-analysis: src/AElf.Types/Helper/HashHelper.cs#L8
Add a 'protected' constructor or the 'static' keyword to the class declaration. (https://rules.sonarsource.com/csharp/RSPEC-1118)
static-code-analysis: src/AElf.Types/Types/Address.cs#L7
When implementing IComparable<T>, you should also override <= and >=. (https://rules.sonarsource.com/csharp/RSPEC-1210)