Sonarlint in IntelliJ doesn't show bugs reported by SonarQube

Hi,
I noticed that some bugs reported by SonarQube are not shown in IntelliJ Sonarlint plugin.

One such example would be when I’m analyzing a scss file. SonarQube reports this error: “Unexpected missing generic font family” (rule css:S4649 from SonarAnalyzer CSS). However, this error doesn’t show up in IntelliJ.

I’m using the following versions:

  • SonarQube: Enterprise Edition 7.9.2 (build 30863)
  • IntelliJ Community 2018.1 (build 181.5087.20)
  • SonarLint Plugin 4.7.0.17141

SonarLint plugin is correctly configured and linked with SonarQube.

Am I doing something wrong ?

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

Analysis of (S)CSS code is currently not supported in SonarLint for IntelliJ, even in connected mode. Please refer to the product homepage for the list of supported languages.

For supported languages, there might also be differences in the number of issues - see our FAQ.

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.