Hello,
I am using SonarQube Cloud for C++ (analyszer v6.66).
When overriding a virtual function declared in an external library (Qt), I get some issues (S813, S994, S5008…) due to this API. I can’t fix them while respecting the API.
I think some rules (all ?) should be disabled on a function’s signature when the function is set as override
.
Maybe there could be in SonarQube Cloud GUI also an option “Accept external constraint”.