Skip to content

Commit 469f580

Browse files
committed
Revert sonarqube config changes that had removed tests
1 parent 05cf0ff commit 469f580

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

sonar-project.properties

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@ sonar.projectVersion=1.8
88

99
# Path is relative to the sonar-project.properties file. Replace "\" by "/" on Windows.
1010
# This property is optional if sonar.modules is set.
11-
sonar.sources=source
11+
sonar.sources=source,tests/pdal
12+
sonar.exclusions=tests/pdal/greatest.h
1213

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

0 commit comments

Comments
 (0)