Currently, the SonarQube warnings appear under 2 tabs: the general “PROBLEMS” tab, and the dedicated “SONARQUBE” tab.
Often, having the SonarQube diagnostics mix with all the others is distracting due to the high volume. This is especially an issue in teams that use SonarQube cloud and cannot disable some warnings locally without affecting the other team members.
Moreover, the warnings tend to stick around (or recur) even after the files are closed, so a developer is exposed to multiple warnings, unrelated to the code they are working on, and cannot fix due to drive-by refactoring being prohibited.
Since the warnings are already displayed in the SONARQUBE tab, a setting to allow/prevent exposing them in the PROBLEM tab will be very appreciated!

