dancryer / PHPCI

PHPCI is a free and open source continuous integration tool specifically designed for PHP.
BSD 2-Clause "Simplified" License
2.42k stars 441 forks source link

PHPCS Support for custom rulesets #148

Closed roylindauer closed 11 years ago

roylindauer commented 11 years ago

I use a custom phpcs ruleset that mixes features of several built in rulesets. It would be great to have that level of customization for the phpcs plugin. I would include the phpcs.xml in the same directory as phpci.yml.

When passing the standard to the phpcs executable, you can pass a path instead, for example:

phpcs --standard=/path/to/build/phpcs.xml

I tried to set "standard" to ./phpcs.xml but was unsuccessful.

roylindauer commented 11 years ago

Resolved - https://github.com/Block8/PHPCI/pull/149

grogy commented 11 years ago

:+1: