-
Notifications
You must be signed in to change notification settings - Fork 276
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Swiftlint report ignored #274
Comments
Our most recent analysis failed lint; caused stack-trace from reading sonarlint.txt file:
The first few lines of the file contain:
And prior to running sonar, the lint processing ended with:
|
Updated sonarscanner to
|
I have revised the project settings so that swiftlint writes xml; also setup slather to provide coverage report in compatible format. All reports are being read and show that status, yet I still see no results in SonarQube view. |
New Issue Checklist
Issue Description
Sonar is not providing detailed report from inputs.
Command executed
(in fastlane) sonar(sources_path: "./iOS", project_language: "swift", source_encoding: "UTF-8",
sonar_runner_args: "#{ENV['SONAR_OPTIONS']}")
where:
Complete output when running fastlane, including the stack trace and command used
Environment
sonar-project.properties file contains:
The text was updated successfully, but these errors were encountered: