...
It is possible to disable each external tool. By default, all the external tools are enabled.
| Code Block | ||||
|---|---|---|---|---|
| ||||
sonar.phpPmd.skip=true sonar.phpCodesniffer.skip=true sonar.phpDepend.skip=true # Deactiving the PHP Depend plugin is highly discouraged since all the basic metrics rely on it. sonar.phpUnit.skip=true sonar.phpUnit.coverage.skip=true |
...

