Integration between RTC and Sonar
Accepted answer
3 other answers
But you probably wouldn't want to integrate directly into RTC. The code scanning takes a long time (from a UI perspective).
you would have to drag the code out of the source system to have sonar scan it.. thats exactly what happens at build time.
and you want to look at the results of the complete collection. one file view is probably totally unhelpful.
use the project dashboard to put up some sonar reports so you can see the progress (you have to define that) as the sprint/release progresses.
you would have to drag the code out of the source system to have sonar scan it.. thats exactly what happens at build time.
and you want to look at the results of the complete collection. one file view is probably totally unhelpful.
use the project dashboard to put up some sonar reports so you can see the progress (you have to define that) as the sprint/release progresses.