I'm using Sonarqube 5.1.2 with MSBuild Sonarqube runner 1.0. I have set up build in TFS that triggers the sonarqube runner and it works fine. Sourcecode is C#, Javascript and CSS.
I want to ignore auto generated files, so I have tried to enter this regex
.*<auto-generated>.*
in the Ignore Issues on Files section in Sonarqube, but this causes the sonarqube runner to hang on the analyze phase forever.
If I remove the regex, the build runs fine.
Anyone else have experienced this?