Sorry if this has been posted before, I’m new here and could not find a similar topic.
We started using SonarQube Enterprise Edition 9.7.1 in our company recently.
Our codebase (modular, fortunately) contains hundreds of thousands of lines of C code, written by 50+ developers over many years. As you can imagine, there are a lot of changes that need to be done to fix all Bugs, Vulnerabilities and Code Smells in the existing code.
So we want to focus first on Major and Critical Bugs and Vulnerabilities and put a Quality Gate on these. Unfortunately the Quality Gate of SonarQube only has the concept of Issues (= Bugs & Vulnerabilities & Code Smells) and it does not seem possible to ignore Code Smells from the Quality Gate, without also ignoring Bugs and Vulnerabilities.
Any plans to make this possible, or is it already available somehow in one way or another ?