Skip to content

Commit daa4636

Browse files
authored
added --no-color to sonar.swift.tailor.config
- as default use `--no-color` for tailor in order to get clean logs (otherwise nothing gets parsed) - also fixes #121
1 parent a404d5f commit daa4636

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sonar-project.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,4 +109,4 @@ sonar.swift.excludedPathsFromCoverage=.*Tests.*
109109
# --max-severity=<error|warning (default)> maximum severity
110110
# --max-struct-length=<0-999> maximum Struct length (in lines)
111111
# --min-name-length=<1-999> minimum Identifier name length (in characters)
112-
sonar.swift.tailor.config=--max-line-length=100 --max-file-length=500 --max-name-length=40 --max-name-length=40 --min-name-length=4
112+
sonar.swift.tailor.config=--no-color --max-line-length=100 --max-file-length=500 --max-name-length=40 --max-name-length=40 --min-name-length=4

0 commit comments

Comments
 (0)