You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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
The text was updated successfully, but these errors were encountered: