Fix ut #81
sonarqube.yaml
on: pull_request
static-code-analysis
1m 56s
Annotations
1 error and 12 warnings
static-code-analysis
Process completed with exit code 1.
|
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 transaction_fee.proto is unused.
|
static-code-analysis
Import transaction_fee.proto is unused.
|
static-code-analysis:
src/AElf.Boilerplate.SystemTransactionGenerator/TransactionGeneratingService.cs#L56
Remove this commented out code. (https://rules.sonarsource.com/csharp/RSPEC-125)
|
static-code-analysis:
contract/Forest.Contracts.SymbolRegistrar/SymbolRegistrarContractConstants.cs#L3
Add a 'protected' constructor or the 'static' keyword to the class declaration. (https://rules.sonarsource.com/csharp/RSPEC-1118)
|
static-code-analysis:
contract/Forest.Contracts.SymbolRegistrar/SymbolRegistrarContract_Helper.cs#L92
Remove the unused private method 'GetDefaultParliamentController'. (https://rules.sonarsource.com/csharp/RSPEC-1144)
|
static-code-analysis:
contract/Forest.Contracts.SymbolRegistrar/SymbolRegistrarContract_Admin.cs#L79
Define a constant instead of using this literal 'Invalid param' 6 times. (https://rules.sonarsource.com/csharp/RSPEC-1192)
|
static-code-analysis:
contract/Forest.Contracts.SymbolRegistrar/SymbolRegistrarContract_Admin.cs#L151
Define a constant instead of using this literal 'Price token ' 4 times. (https://rules.sonarsource.com/csharp/RSPEC-1192)
|