facile-it / paraunit

Run PHPUnit tests in parallel
https://engineering.facile.it/paraunit/
Apache License 2.0
140 stars 15 forks source link

Use the facile-it coding standard #110

Closed Jean85 closed 6 years ago

Jean85 commented 6 years ago

PHPCodeSniffer is one major old in this project. Since we would have to migrate that, it makes more sense to migrate to https://github.com/facile-it/facile-coding-standard, which uses PHP-CS-Fixer and thus can be used to auto-fix the code without halting the commit each time that a violation is found.