- Operating system: Windows 10
- Visual Studio version: VS2022
- SonarLint plugin version: 8.3
- Programming language you’re coding in: C++
- Is connected mode used: No
Hi, I know it is possible to set parameter values for C++ rules in SonarLint via settings.json when used in standalone mode, however, I have no idea where/if you can find the parameter names for rules anywhere. Are they available to view without having a SonarQube server?
For example cpp:S924 has a parameter called maxNumberOfTerminationStatements but I can’t find that anywhere in the link. I only know this exists because it was used in an example in the docs.
And a follow up question, is it intentional that rules have more than one id? E.g. cpp:S924 is also cpp:SingleGotoOrBreakPerIteration?
Thanks.