Howdy folks, not sure if this is the appropriate place to ask or not, but I was trying to get the groovy plugin working on our maven project, and it seems to kinda work, but freaks out sometimes with:
Caused by: java.lang.UnsupportedOperationException: Unable to find rule by query
I can not tell which rule, and after this the execution of maven terminates.
Specifically this branch:
Is causing failures when analyzing this module:
Sonar version is 5.1.1, Groovy plugin version is 1.1.1.
Handful of other plugins installed:
So far everything seems to be working except the codenarc sensor falls down, but not always.
We have not customized the groovy quality profile, only copied the default "Sonar way" profile to "Sonatype" and set it to default.
Any idea what might be wrong?
Thanks!
--jason