Skip to content
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: hyperledger-labs/blockchain-explorer
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 36d2b3cc926630b95c4df1d4f50a46334df229ca
Choose a base ref
..
head repository: hyperledger-labs/blockchain-explorer
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 5d06be3ec317d478ad78ea3dd23aa05b18e189fc
Choose a head ref
Showing with 20 additions and 6 deletions.
  1. +20 −6 sonar-project.properties
26 changes: 20 additions & 6 deletions sonar-project.properties
Original file line number Diff line number Diff line change
@@ -1,12 +1,26 @@
#
# SPDX-License-Identifier: Apache-2.0
#

sonar.projectKey=hyperledger-labs_blockchain-explorer
sonar.organization=hyperledger-labs

# This is the name and version displayed in the SonarCloud UI.
#sonar.projectName=blockchain-explorer
#sonar.projectVersion=1.0
# Path to sources
sonar.sources=.
sonar.exclusions=**/e2e-test/**,**/test/**,docs/**/*,devenv/**/*,client/**/*.spec.js
#sonar.inclusions=

# Path is relative to the sonar-project.properties file. Replace "\" by "/" on Windows.
#sonar.sources=.
# Path to tests
#sonar.tests=
#sonar.test.exclusions=
#sonar.test.inclusions=

# Encoding of the source code. Default is default system encoding
# Source encoding
#sonar.sourceEncoding=UTF-8

# Exclusions for copy-paste detection
#sonar.cpd.exclusions=

# This is the name and version displayed in the SonarCloud UI.
#sonar.projectName=blockchain-explorer
#sonar.projectVersion=1.0