Skip to content

Commit 45de1c8

Browse files
authored
Minimal run-sonar-swift.sh cleanup
* Updated installation comment * Removed unused tool
1 parent 1e4e4c1 commit 45de1c8

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

sonar-swift-plugin/src/main/shell/run-sonar-swift.sh

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,14 +17,13 @@
1717
# along with this program. If not, see <http://www.gnu.org/licenses/>.
1818
#
1919

20-
## INSTALLATION: script to copy in your Xcode project in the same directory as the .xcodeproj file
20+
## INSTALLATION: Copy this script somewhere in your PATH
2121
## USAGE: ./run-sonar-swift.sh
2222
## DEBUG: ./run-sonar-swift.sh -v
2323
## WARNING: edit your project parameters in sonar-project.properties rather than modifying this script
2424
#
2525

2626
# Global parameters
27-
XCTOOL_CMD=xctool
2827
SLATHER_CMD=slather
2928
SWIFTLINT_CMD=swiftlint
3029
TAILOR_CMD=tailor

0 commit comments

Comments
 (0)