If I use sonarqube as static code analysis tool for grails project after installing groovy plugin in sonar, then does it also internally use codenarc or do i have to use codenarc analysis of project separately using codenarc plugin in grails?
Basically, is sonarqube sufficient for static code analysis or should i also use codenarc?