...
The following configuration narrows down the scope of analysis to locally modified files:
scope.scontolscontrol.files.filter.mode=local
The following configuration narrows down the scope of analysis to files that are different between the current working branch and the main stream of development:
scope.scontolscontrol.files.filter.mode=branch
Te following configuration narrows down the scope of analysis to files that are different between the current working branch and branch "feature_372":
scope.scontolscontrol.files.filter.mode=branch
...
The following configuration specifies that the current working branch will be compared with branch "US129":
scope.scontolscontrol.files.filter.mode=branch
...