Skip to content

Commit 4f720c4

Browse files
committed
Create a SonarQube properties file
Apart from boilerplate settings, this sets the project version to 1.0 for anchoring analysis records, and the following configuration that should skip code duplication analysis for test code which is inherently repetitive: sonar.cpd.exclusions=tests/**
1 parent 844a617 commit 4f720c4

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

sonar-project.properties

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
sonar.projectKey=msteinert_bstring
2+
sonar.organization=msteinert
3+
sonar.sources=.
4+
sonar.sourceEncoding=UTF-8
5+
sonar.projectName=bstring
6+
sonar.projectVersion=1.0
7+
sonar.cpd.exclusions=tests/**

0 commit comments

Comments
 (0)