Skip to content

Add a SonarQube configuration file to implement static code analysis #24

Add a SonarQube configuration file to implement static code analysis

Add a SonarQube configuration file to implement static code analysis #24

Triggered via pull request June 27, 2024 13:51
Status Success
Total duration 8m 3s
Artifacts

sonarqube.yaml

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

Annotations

1 error and 12 warnings
static-code-analysis
ch/qos/logback/classic/spi/ThrowableProxy
static-code-analysis
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-java@v1, actions/cache@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
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: src/AElf.Types/Protobuf/FileDescriptorExtensions.cs#L10
'FileDescriptor.CustomOptions' is obsolete: 'CustomOptions are obsolete. Use the GetOptions() method.'
static-code-analysis: src/AElf.Database/DatabaseServiceCollectionExtensions.cs#L22
'IConnectionStringResolver.Resolve(string)' is obsolete: 'Use ResolveAsync method.'
static-code-analysis: src/AElf.Cryptography/ECVRF/Vrf.cs#L109
The variable 'ex' is declared but never used
static-code-analysis: src/AElf.Types/Protobuf/FileDescriptorExtensions.cs#L10
'FileDescriptor.CustomOptions' is obsolete: 'CustomOptions are obsolete. Use the GetOptions() method.'
static-code-analysis
Import aedpos_contract.proto is unused.
static-code-analysis
Import cross_chain_contract.proto is unused.
static-code-analysis
Import basic_contract_zero.proto is unused.
static-code-analysis: src/AElf.Cryptography/ECVRF/Vrf.cs#L109
The variable 'ex' is declared but never used
static-code-analysis: test/AElf.Database.Tests/TestsDatabaseAElfModule.cs#L17
'IConnectionStringResolver.Resolve(string)' is obsolete: 'Use ResolveAsync method.'
static-code-analysis: test/AElf.Database.Tests/TestsDatabaseAElfModule.cs#L18
'IConnectionStringResolver.Resolve(string)' is obsolete: 'Use ResolveAsync method.'