- which versions are you using (SonarQube, Scanner, Plugin, and any relevant extension)
Version 8.4.2 (build 36762) - what are you trying to achieve
Trying to exclude a folder using code exclusion in code analysis. - what have you tried so far to achieve this
So my code looks like this:
I’m trying exclude the SimpleBrowser folder in code exclusion.
Sofar I’ve tested various combination of: SimpleBrowser with *, and / as prefix and suffixes but nothing works. SimpleBrowser is always there when I upload a new build to SonarQube.
What is the correct syntax to ignore the whole folder?
//Ben