Results 31 comments of tchule

I've done a fast test by moving my /vendor directory to the root of the system. And calling it using your first test worked : `php /composer/vendor/phpcheckstyle/phpcheckstyle/run.php --src ./website/src --outdir...

Nope, reinstalled composer using global, it still worked ... I've probably made something different than you because the composer directory ended up in the /home instead of at the root....

Oh yes, i've been testing with the master branch.

Sorry, I have been quite busy lately, I havn't touched this project for a while. All the tests I've done where on a Vagrant Box with Debian, and I havn't...

I've done the install using the same command : `composer global require --dev phpcheckstyle/phpcheckstyle:dev-master` but I still cannot reproduce the problem.

Hi, I will have a look as soon as I can.

OK, there might be a problem with the Composer post-install script. When I run `composer require phpcheckstyle/phpcheckstyle --dev` in a VM, I get a script that is created by composer...

Agree. At the beginning there was no "checkXXX", I started adding them to order the methods in the IDE. But if we manage to separate the checks (or some of...