I'm running Sonar 4.0 and the 0.6 Groovy plugin (latest version). I analyze the project with Sonar Runner 2.3, and the Sonar report gets generated. When I view the report in the Sonar web server, everything looks great, but the technical debt is always reported as 0.0 days, even though there are 2405 issues (including 2 critical and 587 minor). Is anyone else seeing this issue?
相关问题
- Grails External Configuration. Can't access to
- Can I override cast operator in Groovy?
- Use Groovy to Sort XML File
- How to run python commands using groovy in Jenkins
- Groovy - difference between get and propertyMissin
相关文章
- Using Spring Dynamic Languages Support from Groovy
- SonarQube: How to suppress a warning in Kotlin cod
- @Nullable and SonarQube 'Conditionally execute
- Grails: How to make everything I create Upper Case
- Property 'sonar.jacoco.reportPath' is depr
- This version of OSX is not able to perform the nec
- Groovy Java 9 modules support
- Groovy: What's wrong with this “Hello World” p
The SQALE model (from which the technical debt is computed) is not yet included in the Groovy plugin. Feel free to follow and vote for http://jira.codehaus.org/browse/SONARPLUGINS-1836