Add seed renew #111
sonarqube.yaml
on: pull_request
static-code-analysis
2m 39s
Annotations
3 errors and 12 warnings
static-code-analysis:
test/Forest.Contracts.SymbolRegistrar.Tests/SymbolRegistrarContractTests_Admin.cs#L528
'SymbolRegistrarContractContainer.SymbolRegistrarContractStub' does not contain a definition for 'GetSeedRenewHashVerifyKey' and no accessible extension method 'GetSeedRenewHashVerifyKey' accepting a first argument of type 'SymbolRegistrarContractContainer.SymbolRegistrarContractStub' could be found (are you missing a using directive or an assembly reference?)
|
static-code-analysis:
test/Forest.Contracts.SymbolRegistrar.Tests/SymbolRegistrarContractTests_Admin.cs#L528
'SymbolRegistrarContractContainer.SymbolRegistrarContractStub' does not contain a definition for 'GetSeedRenewHashVerifyKey' and no accessible extension method 'GetSeedRenewHashVerifyKey' accepting a first argument of type 'SymbolRegistrarContractContainer.SymbolRegistrarContractStub' could be found (are you missing a using directive or an assembly reference?)
|
static-code-analysis
Process completed with exit code 1.
|
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
Import acs11.proto is unused.
|
static-code-analysis
Import acs6.proto is unused.
|
static-code-analysis
Import acs11.proto is unused.
|
static-code-analysis
Import acs11.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.Inscription/InscriptionContract_Helpers.cs#L57
Change return type to 'void'; not a single caller uses the returned value. (https://rules.sonarsource.com/csharp/RSPEC-3241)
|
static-code-analysis:
contract/Forest.Contracts.Inscription/InscriptionContract_Actions.cs#L16
Define a constant instead of using this literal 'No permission.' 6 times. (https://rules.sonarsource.com/csharp/RSPEC-1192)
|
static-code-analysis:
contract/Forest.Contracts.Inscription/InscriptionContract_Actions.cs#L17
Define a constant instead of using this literal 'Invalid input.' 8 times. (https://rules.sonarsource.com/csharp/RSPEC-1192)
|
static-code-analysis:
contract/Forest.Contracts.Inscription/InscriptionContract_Actions.cs#L39
Define a constant instead of using this literal 'Not initialized yet.' 4 times. (https://rules.sonarsource.com/csharp/RSPEC-1192)
|
static-code-analysis:
contract/Forest.Contracts.Inscription/InscriptionContract_ACS2.cs#L50
Remove these redundant parentheses. (https://rules.sonarsource.com/csharp/RSPEC-1110)
|