Skip to content

Commit 708beac

Browse files
committed
enable Sonarcloud checks
1 parent ee55ae0 commit 708beac

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

.sonarcloud.properties

+15
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
# Path to sources
2+
#sonar.sources=.
3+
#sonar.exclusions=
4+
#sonar.inclusions=
5+
6+
# Path to tests
7+
#sonar.tests=
8+
#sonar.test.exclusions=
9+
#sonar.test.inclusions=
10+
11+
# Source encoding
12+
#sonar.sourceEncoding=UTF-8
13+
14+
# Exclusions for copy-paste detection
15+
#sonar.cpd.exclusions=

0 commit comments

Comments
 (0)