Sonarqube not reporting misra c violations even though all 4.7k+ rules are activated in the quality profile.
I am using Sonarqube7.6 and sonar-scanner-3.3.0.1492-windows for analyzing
Below is my code
It is violating this rule “M7.1: Octal constant used (MISRA C)” But it is not reporting.
Thanks for the reply.
So,Eventhough all rules(misra,…) are activated but violations will not be reported in through this SonarOpenCommunity/sonar-cxx Right?
Then we should migrate to developer edition of sonarqube(which internally provides SonarCFamily plugin) where all issues will be reported.Is this correct?