From 45de1c8a9ffded66408ccf31da0a577b6efc309d Mon Sep 17 00:00:00 2001 From: ch-one Date: Tue, 5 Jun 2018 14:02:44 +0200 Subject: [PATCH] Minimal run-sonar-swift.sh cleanup * Updated installation comment * Removed unused tool --- sonar-swift-plugin/src/main/shell/run-sonar-swift.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/sonar-swift-plugin/src/main/shell/run-sonar-swift.sh b/sonar-swift-plugin/src/main/shell/run-sonar-swift.sh index d3201db1..81dbf603 100755 --- a/sonar-swift-plugin/src/main/shell/run-sonar-swift.sh +++ b/sonar-swift-plugin/src/main/shell/run-sonar-swift.sh @@ -17,14 +17,13 @@ # along with this program. If not, see . # -## INSTALLATION: script to copy in your Xcode project in the same directory as the .xcodeproj file +## INSTALLATION: Copy this script somewhere in your PATH ## USAGE: ./run-sonar-swift.sh ## DEBUG: ./run-sonar-swift.sh -v ## WARNING: edit your project parameters in sonar-project.properties rather than modifying this script # # Global parameters -XCTOOL_CMD=xctool SLATHER_CMD=slather SWIFTLINT_CMD=swiftlint TAILOR_CMD=tailor