Closed moaxcp closed 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.
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.