We run SonarQube analisys on our code and we're having a bad time with a 3rd party package and the "Package Tangle Index" analisys. For some reasons we can't fix those issues and I can't simply exclude the folder from being processed because that would be too harsh; I have another rules I want to run there.
So... is there any way to exclude this package / directory from being analyzed on the specific Package Tangle Index rule ? We've already tried squid:CycleBetweenPackages
on the rule exclusions but it didn't seem to work. The alerts are not generated but the index is still there going strong.
Thanks!