Define different analysis / duplication scopes

Hi,

we have to use bounded context mono repos containing multiple microservices.

Is it possible to define multiple analysis / duplication scopes so code is not compared between the different scopes regarding duplications?

Hey there.

You would need to separate your codebase into separate SonarQube projects in order to make that work.

Hi Colin,

could you clarify this a bit? Seperate in the repository, config, sonar-mavin-plugin config or in SonarQube itself?