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 ?