Details
Description
For every tool (PHPMD, PDepend, PHPCodeSniffer and PhpUnit), the "sonar._tool-name.argumentLine" property is not passed through properly if a comma is present. For example:
sonar.phpDepend.argumentLine=--ignore=**/tests/**,**/jpgraph/**,**/Zend/**
I expected this to be passed through exactly as it is, ie:
--ignore=**/tests/**,**/jpgraph/**,**/Zend/**
Instead it was truncated to:
--ignore=**/tests/**
This is related to SONARPLUGINS-1601.
...Some of my asterisks were interpreted as bold formatting, but you get the idea