David Yang
David Yang
👍 The tag for 0.16.4 have version set to 0.16.1. Can anyone update the tag?
As of now, adding coding rules still requires a plugin update. https://docs.sonarqube.org/latest/extend/adding-coding-rules/ I don't think this feature is possible as of today.
One of the reason is also that failing tests results in an xcodebuild error, which makes the run-sonar-swift.sh script ends on error. 2 things to do: - make failing xcodebuild...
I understand the issue but the problem is somewhere else IMO. Compiler warning can be anything from deprecated method usage to `#warning` placed by developers in the source code. SonarQube...
> sonar-scanner: command not found Have you installed sonar-scanner? `brew install sonar-scanner`
Can you run ```$ sonar-scanner --version``` ?
Something wrong with the Lizard report parser. If you can work without the lizard report for now until a fix is available, just try to disable lizard or remove the...
Ok. But the analysis should have worked and reach the end, you get the same behavior as if you chose to skip the lizard analysis. What I suggested is just...
Is the given file available in one of your `sonar.sources` path from your sonar-project.properties?