SonarQube Community Edition - Version 9.6.1 (build 59531)
I have a code base with a legacy directory and a new shiny one (on-going migration using the strangler pattern).
On the legacy directory, I would like to ignore Code Smells and Bugs, as we are actively working to make them no longer relevant in the long term, but I would still be interested in the eventual security issues that are found.
I tried using filters to make my life easier but since directory search is not recursive, it did not help me ![]()
Is there any way to make this kind of config work?