Details
Description
For instance, "sonar.phpcpd.excludes" can be specified as "folder1/folder2" or "folder1\fodler2", and this property is directly passed to the PHP CPD command line.
This can break PHP CPD execution if - let's say, you set it as "folder1/fodler2" because you're developing on Linux but your CI server is on Windows.