Skip to content

Commit e56219d

Browse files
authored
Merge pull request #122 from benjohnde/patch-1
added `--no-color` to `sonar.swift.tailor.config`
2 parents 31c1424 + daa4636 commit e56219d

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)