Skip to content

[WIP] Replace Azure Pipeline with Github Actions #113

[WIP] Replace Azure Pipeline with Github Actions

[WIP] Replace Azure Pipeline with Github Actions #113

Triggered via pull request August 6, 2024 12:14
Status Failure
Total duration 7m 48s
Artifacts

sonarqube.yaml

on: pull_request
static-code-analysis
7m 37s
static-code-analysis
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 12 warnings
static-code-analysis: contract/AElf.Contracts.Consensus.AEDPoS/AEDPoSContract.cs#L2
The type or namespace name 'Treasury' does not exist in the namespace 'AElf.Contracts' (are you missing an assembly reference?)
static-code-analysis: contract/AElf.Contracts.Consensus.AEDPoS/AEDPoSContract_ACS11_CrossChainInformationProvider.cs#L2
The type or namespace name 'MultiToken' does not exist in the namespace 'AElf.Contracts' (are you missing an assembly reference?)
static-code-analysis: contract/AElf.Contracts.Consensus.AEDPoS/AEDPoSContract_ACS1_TransactionFeeProvider.cs#L3
The type or namespace name 'Standards' does not exist in the namespace 'AElf' (are you missing an assembly reference?)
static-code-analysis: contract/AElf.Contracts.Consensus.AEDPoS/AEDPoSContract_ACS1_TransactionFeeProvider.cs#L4
The type or namespace name 'Standards' does not exist in the namespace 'AElf' (are you missing an assembly reference?)
static-code-analysis: contract/AElf.Contracts.Consensus.AEDPoS/AEDPoSContract_ACS4_ConsensusInformationProvider.cs#L2
The type or namespace name 'Standards' does not exist in the namespace 'AElf' (are you missing an assembly reference?)
static-code-analysis: contract/AElf.Contracts.Consensus.AEDPoS/AEDPoSContract_GetConsensusCommand.cs#L3
The type or namespace name 'Standards' does not exist in the namespace 'AElf' (are you missing an assembly reference?)
static-code-analysis: contract/AElf.Contracts.Consensus.AEDPoS/AEDPoSContract_MaximumMinersCount.cs#L2
The type or namespace name 'Election' does not exist in the namespace 'AElf.Contracts' (are you missing an assembly reference?)
static-code-analysis: contract/AElf.Contracts.Consensus.AEDPoS/AEDPoSContract_NextTerm.cs#L2
The type or namespace name 'Election' does not exist in the namespace 'AElf.Contracts' (are you missing an assembly reference?)
static-code-analysis: contract/AElf.Contracts.Consensus.AEDPoS/AEDPoSContract_NextTerm.cs#L5
The type or namespace name 'Standards' does not exist in the namespace 'AElf' (are you missing an assembly reference?)
static-code-analysis: contract/AElf.Contracts.Consensus.AEDPoS/AEDPoSContract_ProcessConsensusInformation.cs#L3
The type or namespace name 'Election' does not exist in the namespace 'AElf.Contracts' (are you missing an assembly reference?)
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 google/protobuf/wrappers.proto is unused.
static-code-analysis
Import google/protobuf/wrappers.proto is unused.
static-code-analysis
Import google/protobuf/wrappers.proto is unused.
static-code-analysis
Import google/protobuf/wrappers.proto is unused.
static-code-analysis
Import google/protobuf/wrappers.proto is unused.
static-code-analysis
Import basic_contract_zero.proto is unused.
static-code-analysis
Import google/protobuf/wrappers.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.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)