We got swift code in our multi-module project and could not scan those files. Is there a way to cover it?
Our project folder has packages/ with multiple sub-modules with native code. Dart/kotlin files are scanned but not the swift ones.
--
Currently trying with the following environment, will be integrating with CI once successful.
environment: Mac machine
docker: davealdon/sonarqube-with-docker-and-m1-macs:latestsonarqube: Community edition, sonarqube-9.7.1.62043
Hi,
We got swift code in our multi-module project and could not scan those files. Is there a way to cover it? Our project folder has
packages/
with multiple sub-modules with native code. Dart/kotlin files are scanned but not the swift ones.sonar-project.properties is as below:
-- Currently trying with the following environment, will be integrating with CI once successful. environment: Mac machine docker: davealdon/sonarqube-with-docker-and-m1-macs:latest sonarqube: Community edition, sonarqube-9.7.1.62043