Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Best PHP code style checker with Checkstyle-compatible output format

I am configuring CI server and want to add code style check step to build steps sequence. My CI server is TeamCity such code style check step must produce XML output compatible with codestyle format. I have found few tools for PHP code style check and I confused which one should I use.

like image 289
Ivan Velichko Avatar asked Nov 02 '22 18:11

Ivan Velichko


1 Answers

Have you checked out PHPCheckstyle? It has an option for outputting to the checkstyle format.

like image 78
James Avatar answered Nov 09 '22 05:11

James