Hi,
How does Code Insight correlates to SonarQube settings (“Type”, “Severity”, and “Quality Gates”).?
In code insights "annotation requirements" has a couple of items in the dropdown. For example, "must not have medium or high severity", and there is another saying, "must not have high severity annotations".
What does this entail when looked at from the SonarQube settings side? which of the severity are categorized as medium and high severity? (Blocker, major, critical, minor).
Another question is; which type/s (bug, code smell, vulnerability, or security hotspot) are considered for medium, and/or high severity?
Basically is, if I set the "annotation requirements" to one of those options: medium and high or just high, what would be the annotations that I will see?