You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
lane :metrics_swift do
#oclint
generate_oclint_report
#swift lint
swiftlint(
output_file: "./#{path_to_reports_directory}/swiftlint.txt",
config_file: ".swiftlint-ci.yml",
ignore_exit_status: true,
# raise_if_swiftlint_error: true, # Allow fastlane to raise an error if swiftlint fails
)
sonar
end
The same issue on SonarQube 8.9.7(community edition). The sonar-swift version is backelite-sonar-swift-plugin-0.4.6.jar. Any solutions? As seen for this repo, it seem to have not been maintained for a long time?
backelite-sonar-swift-plugin-0.4.6.jar
My Fastfile:
`
`
sonar-project.properties:
`
`
oclint.xml is normal。
but
sonarQube only displays swift smell issue , not ObjC smell issue .
The text was updated successfully, but these errors were encountered: