Skip to content

Commit 73d2d46

Browse files
committed
Add exclude rules for SonarSwift
1 parent 93797bf commit 73d2d46

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.0
88
# Path is relative to the sonar-project.properties file. Replace "\" by "/" on Windows.
99
# This property is optional if sonar.modules is set.
1010
sonar.sources=.
11-
11+
12+
sonar.exclusions=**/Test*.swift
1213

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

0 commit comments

Comments
 (0)