Hi
At my work, I receive a SonarQube report that someone else runs, and it has a breakdown of issues found, along the lines of:
Bugs,
Vulnerabilities,
Code Smell
and inside of of those are the different gradings of errors: Major, Critical etc.
When I run SonarLint command line tool (windows 10), I only seem to get a report that highlights Code Smells type issues, not Bugs or Vulnerabilities. Why would one report generate much greater analysis vs the other?
Thank you in advance.