We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1e4e4c1 commit 45de1c8Copy full SHA for 45de1c8
sonar-swift-plugin/src/main/shell/run-sonar-swift.sh
@@ -17,14 +17,13 @@
17
# along with this program. If not, see <http://www.gnu.org/licenses/>.
18
#
19
20
-## INSTALLATION: script to copy in your Xcode project in the same directory as the .xcodeproj file
+## INSTALLATION: Copy this script somewhere in your PATH
21
## USAGE: ./run-sonar-swift.sh
22
## DEBUG: ./run-sonar-swift.sh -v
23
## WARNING: edit your project parameters in sonar-project.properties rather than modifying this script
24
25
26
# Global parameters
27
-XCTOOL_CMD=xctool
28
SLATHER_CMD=slather
29
SWIFTLINT_CMD=swiftlint
30
TAILOR_CMD=tailor
0 commit comments