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 1ca3cc1 commit 476da6fCopy full SHA for 476da6f
build-and-deploy.sh
@@ -16,6 +16,7 @@ fi
16
#fi
17
18
# Deploy new version of plugin in Sonar dir
19
+rm target/*sources.jar
20
cp target/*.jar $SONARQUBE_HOME/extensions/plugins
21
22
# Stop/start Sonar
src/main/shell/run-sonar-swift.sh
@@ -266,7 +266,7 @@ if [ "$swiftlint" = "on" ]; then
266
while read word; do
267
268
# Run SwiftLint command
269
- $SWIFTLINT_CMD > sonar-reports/$(echo $word | sed 's/\//_/g')-swiftlint.txt
+ $SWIFTLINT_CMD lint --path $word > sonar-reports/$(echo $word | sed 's/\//_/g')-swiftlint.txt
270
271
done < tmpFileRunSonarSh
272
rm -rf tmpFileRunSonarSh
0 commit comments