Sonar scanner issue count doesn't match that shown in SonarQube -


i see 26,253 warnings in msbuild log sonarscanner (red marked). includes 558 compiler warnings, rest code analyzer.

but, see 16,396 issues in sonarqube (blue marked)

why there huge difference of around 10,000 issues, why not issues reported in sonarqube !!

enter image description here

there three 4 (thanks @julian) possibilities here:

  1. ~10k issues in project have been "resolved" false positive or won't fix. okay, volume of fp/wf issues unlikely, on to
  2. you have set exclusions filter out issues. possible, 10k seems bit high that, so...
  3. the number you're looking @ total number of sonarc# issues, plus compiler warnings, plus (insert other checker run automatically during build here), issues correlate rules active in quality profile reflected in sonarqube
  4. .cs files outside project base directory may excluded automatically sonarqube scanner msbuild

Comments

Popular posts from this blog

Command prompt result in label. Python 2.7 -

javascript - How do I use URL parameters to change link href on page? -

amazon web services - AWS Route53 Trying To Get Site To Resolve To www -