Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Scanner does not populate Codenarc Rules #24

Open
DavidZiemann opened this issue Apr 23, 2020 · 2 comments
Open

Scanner does not populate Codenarc Rules #24

DavidZiemann opened this issue Apr 23, 2020 · 2 comments
Labels
help wanted Extra attention is needed

Comments

@DavidZiemann
Copy link

DavidZiemann commented Apr 23, 2020

I am currently setting up SonarQube for a Grails 3 application and have everything up and running except for displaying the Codenarc rules. I have installed the groovy plugin for SonarQube and it is linked to the correct file for reporting the Codenarc results. Additionally, I added all the additional rules it notified me in the scan so I know they are being analyzed. I am currently getting 0 bugs, vulnerabilities, or code smells. Below you can see the logs when I use sonar-scanner -X.

DEBUG: Sensors : CodeNarc -> GroovySensor -> GroovySurefireSensor -> Groovy CoberturaSensor -> Groovy JaCoCo Coverage -> JavaXmlSensor -> SonarCSS Rules -> HTML -> XML Sensor
INFO: Sensor CodeNarc [groovy]
INFO: Sensor CodeNarc [groovy] (done) | time=402ms
INFO: Sensor GroovySensor [groovy]
INFO: Load project repositories

Is there a way to further debug why the codenarc results are not displaying?

Screenshots

Rulesets

image

Repo Overview

image

Codenarc Report

image

Installed Versions

Grails - 3.3.9

SonarQube - 8.2.0.32929 (Docker)
Scanner - 4.3.0.2102

Plugins:

  • Cobertura - 2.0
  • Git - 1.11 (build 11)
  • Groovy - 1.6
  • Java Code Quality and Security - 6.3 (build 21585)
  • SonarCSS - 1.2 (build 1325)
  • SonarHTML - 3.2 (build 2082)
  • SonarJS - 6.2.1 (build 12157)
  • SonarTS - 2.1 (build 4359)
  • SonarXML - 2.0.1 (build 2020)
  • Svn - 1.9.0.1295
@DavidZiemann
Copy link
Author

DavidZiemann commented Apr 23, 2020

I have also tried SonarQube 7.9 to confirm it was not a version issue and I am running into the same results. I pulled the source code and I am building it locally to identify the issue. From my initial debugging, it looks like the report files are not being generated. I will provide exact information as soon as I identify the exact issue.

@TobiX TobiX added the help wanted Extra attention is needed label May 11, 2021
@TobiX
Copy link
Member

TobiX commented May 11, 2021

I never used the feature to import external CodeNarc reports... Does it work without the external report and letting Sonar-Groovy use its integrated CodeNarc copy?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

2 participants