diff options
author | Eric Stern <github@ericstern.com> | 2017-06-21 13:35:40 -0700 |
---|---|---|
committer | w0rp <w0rp@users.noreply.github.com> | 2017-06-21 21:35:40 +0100 |
commit | ab534c2995dabfb8adcdc62d0ac66ed1b1110f4c (patch) | |
tree | 29418f9a0ad95d375ccaaf239c75f24850e28292 /test/phpcs-test-files/project-with-phpcs | |
parent | d2806fad600e361e5b419e528c0e999bb4ac9b7f (diff) | |
download | ale-ab534c2995dabfb8adcdc62d0ac66ed1b1110f4c.zip |
Support project's local phpcs installation (#666)
* Use locally-installed PHPCS if available
* Add author
* Add configuration options
* Escape executable
* Add tests
Diffstat (limited to 'test/phpcs-test-files/project-with-phpcs')
-rw-r--r-- | test/phpcs-test-files/project-with-phpcs/vendor/bin/phpcs | 0 |
1 files changed, 0 insertions, 0 deletions
diff --git a/test/phpcs-test-files/project-with-phpcs/vendor/bin/phpcs b/test/phpcs-test-files/project-with-phpcs/vendor/bin/phpcs new file mode 100644 index 00000000..e69de29b --- /dev/null +++ b/test/phpcs-test-files/project-with-phpcs/vendor/bin/phpcs |