moaxcp / graph-dsl

A groovy dsl for creating and traversing graphs.
https://moaxcp.github.io/graph-dsl/
MIT License
27 stars 6 forks source link

sonarqube task not reporting codenarc issues #31

Closed moaxcp closed 7 years ago

moaxcp commented 7 years ago

The sonarqube task is reporting

CodeNarc completed: (p1=0; p2=0; p3=0) 1992ms

but we know it is actually

CodeNarc completed: (p1=0; p2=13; p3=68) 3545ms

This needs to be solved so sonar can report the correct information.

moaxcp commented 7 years ago

I added the output of codenarc to sonar so it could use the local codenarc report. Sonar has many of these messages now.

No such rule in Sonar, so violation from CodeNarc will be ignored:

This tells me that the "Sonar Way" profile for my project is not configured with these rules. So sonarqube.com is pretty useless to me right now.