I cannot figure out whether or not SonarQube or Sonarcloud (same rulesets?) are MISRA C:2012 compliant including the latest changes from amendment 4 or not.
There was an old thread which didn’t quite answer that question: Does SonarQube supports MISRA Standard? - #14 by Mohamed_Chibani
Refering to your docs at C/C++/Objective-C | SonarCloud Docs I can only find 11 rules for cpp with the search filter “misra-c2012”. If I search for “misra-c2012” I get quite a few more results: 167 rules.
For comparison (tags vs search):
I’m actually interested in C rules, not C++. But the same pattern applies (11 rules vs 124 rules).
Still 124 rules are less than expected. Since I cannot rely on trust when it comes to compliance, I would hope for more concrete and binding statements here.
MISRA C:2023 is nothing I need right now but I’d be interested in how these rules eventually find their way into SonarQube.