I got asked today to explain the difference between sonar.global.exclusions and sonar.global.test.exclusions tags. According to the documentation found at http://docs.sonarqube.org/display/SONAR/Narrowing+the+Focus
the difference should be:
- sonar.global.exclusions - to exclude source code files
- sonar.global.test.exclusions - to exclude unit test files
Are unit test files not excluded when pattern is only set in the global.exclusions? Are there any other differences between the scope of these two tags?
sonarqube 5.2