Idean / sonar-swift

Open source Swift plugin for SonarQube (also supports Objective-C)
Other
896 stars 276 forks source link

skip slather #65

Closed croccio closed 7 years ago

croccio commented 7 years ago

is it possible skip slather?

pbernery commented 7 years ago

run-sonar-swift.sh could be updated for this.

A parameter could be added here (like -nocoverage): https://github.com/Backelite/sonar-swift/blob/fd751839c1c92bb34c27d6b2fde252c0e802772e/src/main/shell/run-sonar-swift.sh#L142

Then code should be updated from here to use this parameter: https://github.com/Backelite/sonar-swift/blob/fd751839c1c92bb34c27d6b2fde252c0e802772e/src/main/shell/run-sonar-swift.sh#L298