Some bugs/security issues not showing in sonarlint but show in sonarqube

Please provide

  • Operating system: Mac OS Monterey 12.6
  • SonarLint plugin version: 3.10.0
  • Programming language you’re coding in: Typescript
  • Is connected mode used:
    • Connected to SonarQube version 9.5.0.56709

I’m doing a test with Sonarlint to verify if makes sense my team use in daily development since that we already use the sonarqube in Github Actions to measure code coverage and code quality. I created a token in my user on sonarqube and connected successfully my project with sonarlint. I already can see some code smells in my VS CODE editor. However, it seems that sonarlint doesn’t show some bugs and security issues as shown on sonarqube. For example the below bug is not shown in my IDE:

I am using Vue + Typescript + less. What could be wrong?

Hello, welcome to the community! And thanks for your question.

Analysis of CSS is not available yet in VSCode, it should come sometime later this month/quarter.

You might also want to have a look at the FAQ: some issues reported by SonarQube won’t be reported by SonarLint, even in connected mode.

1 Like