jonathantorres / construct

A PHP project/micro-package generator for PDS compliant projects or micro-packages.
MIT License
266 stars 16 forks source link

Add an option to add PHP Parallel Lint #169

Open raphaelstolt opened 7 years ago

raphaelstolt commented 7 years ago

Using the option to be e.g. --parallel-lint or simply --lint would add the PHP Parallel Lint package as a development dependency, add related Composer scripts e.g. lint and lint-changes, and add it (i.e. lint-changes) to the Travis CI build configuration.

What's your opinion on this?

jonathantorres commented 7 years ago

Seems like an interesting project. Go for it, as long as it's optional. 👍