Hi. We had an interesting issue with code smells.
So if you set severity to "info" for bugs and vulnerabilities they do not affect the quality gate, because the rating is not affected.
- This is handy when we want to still report on the issues but do not want to actively fix these issues in new code. At least right now.
- It also allows us to inherit from the default rule profiles to still get updates automatically.
But for code smells the quality gate doesn't work like that. Info issues can still affect the quality gate.
At the moment the only option is to disable the rule itself but you lose the 2 advantages of the above.
So unless there is another way to do this, it would be a useful feature to be able to configure the technical debt not to include info level issues.