CodeQualityThreshold icon indicating copy to clipboard operation
CodeQualityThreshold copied to clipboard

Runs PHP tools to check basic code quality (phpmd, phpcs, phpdcd, phpcp)

Results 2 CodeQualityThreshold issues
Sort by recently updated
recently updated
newest added

Right now `ScriptHandler` is merging default options with the custom configuration, which results that the 4 default tools order is kept. Then if one wants to add their custom tool...

A simple wrapper around the `php -l ` command (syntax check only).