Skip to content

Commit

Permalink
Add configuration for SonarCloud to narrow focus (#118)
Browse files Browse the repository at this point in the history
Signed-off-by: Atsushi Neki <atsushin@fast.au.fujitsu.com>
  • Loading branch information
nekia authored Jun 12, 2020
1 parent d00ee7c commit b9aec25
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .sonarcloud.properties
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
#
# SPDX-License-Identifier: Apache-2.0
#

# Path to sources
sonar.sources=app/**/*,client/**/*
sonar.exclusions=**/e2e-test/**
#sonar.inclusions=

# Path to tests
#sonar.tests=
#sonar.test.exclusions=
#sonar.test.inclusions=

# Source encoding
#sonar.sourceEncoding=UTF-8

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

0 comments on commit b9aec25

Please # to comment.