I have a C project made only of .c and .h files.
I’m running SonarLint under VS2019 and it gives me a lot of issues that are not found by SonarQube when I use the scanner.
In the VS error window I can see that these issues are related to CPP (i.e cpp:S5028) quality profile.
I’m using
SonarLint 4.28.0.24595
SonarScanner 4.0.0.1744
SonarQube Enterprise Edition 7.9.3 (Build 33349)
and I’m working in connected mode.
How can I force SonarLint to use only a specific ruleset?
Thank you