- Operating system: Ubuntu 20.04
- SonarLint plugin version: v3.13.0
- Programming language you’re coding in: C++
- Is connected mode used: Yes
- Connected to SonarQube 8.9.3 (build 48735)
Hello,
I’m using the SonarLint Extension in VSCode connected to our SonarQube server, we are using a custom Quality Profile and the rules seems to be well synchronized in VSCode.
My problem is that some issues raised in the SonarQube server aren’t raised with the SonarLint extension in VSCode and vice versa.
For example for the file below:
SonarQube:
SonarLint:
An issue is found by the rule cpp:S6045 in this file with SonarQube but none with SonarLint and this rule is activated in VSCode:
On the other hand, three issues are found by the rule cpp:S5817 in this file with SonarLint but none with SonarQube and the rule is also activated in SonarQube:
So I would like to know how we could synchronize the behaviour of the SonarQube Server and the SonarLint extension for the same rules.
Thank you