Closed nunodio closed 6 years ago
Surefire sensor didn't have check for swift language, so swift plugin was trying to add test measure when running objective c project analysis and there was no test run. Created #108 pull request for this.
Hi, PR is merged in release 0.3.8 : https://github.com/Backelite/sonar-swift/releases/tag/0.3.8
Hi,
I have an Objective-C and Swift project and the respective Backelite plugins:
sonarqube: 5.6.6 sonar-swift: 0.3.5 sonar-objective-c: 0.6.1
If I comment the line
in the sonar-project.properties file I got the following error:
If I specify the sonar.language to Swift, the above issue doesn't occur.
Objective-C plugin works correctly in other projects when I only have Objective-C code.
Anyone with the same problem? Any suggestion what it can be?
Thank you.