tolerant-php-parser
tolerant-php-parser copied to clipboard
A configurable linter tool base on this parser
trafficstars
I used to review PR for my company newbies is a horrible things, especially coding style. Last year I found this parser, I decided to make a linter tool base on the parser, in order to check coding style in their PRs automatically. And now, it is no exaggeration to say it bring my back from hell coding so that I can focus on the code itself.
PHPLint: https://github.com/tengattack/phplint This thing is much more like ESLint, hope you can gave me some suggestions or we could make it better.
Best