-
Notifications
You must be signed in to change notification settings - Fork 15
Open
Description
It is not possible to provide a custom ruleset file. For instance --standard=phpcs.xml which is available in phpcs will be ignored and the used coding standard must come from a file named ruleset.xml. The source code suggests that a different value could be provided.
Line 136 in e7a0d8e
| $phpcsOutput = $this->runPhpcs($fileDiff); |
Line 190 in e7a0d8e
| protected function runPhpcs(array $files = [], string $ruleset = 'ruleset.xml') |
Metadata
Metadata
Assignees
Labels
No labels