olivertappin / phpcs-diff

Detects violations of a defined set of coding standards based on a git diff
MIT License
12 stars 13 forks source link

Support ruleset as argument #6

Closed desyncr closed 3 years ago

desyncr commented 5 years ago

Added support for ruleset option and defining branches

Facilitates working with custom ruleset / experiment on rules.

Now it's feasible to run php-cs / php-cs-diff against unstaged changes (neat) and customize branching options.

desyncr commented 5 years ago

Thanks for the comments. I'll address them shortly 👍