php-parallel-lint / PHP-Parallel-Lint

This tool check syntax of PHP files faster than serial check with fancier output.
Other
282 stars 21 forks source link

PHPStan #27

Closed grogy closed 4 years ago

grogy commented 4 years ago

Possibly run PHPStan in CI

Original in https://github.com/grogy/PHP-Parallel-Lint/issues/4 thanks to @szepeviktor

grogy commented 4 years ago

First draft for implementation is here:

szepeviktor commented 4 years ago

See my PR please https://github.com/php-parallel-lint/PHP-Parallel-Lint/pull/29

szepeviktor commented 4 years ago

Level 4 is the lowest on error-free software.

Could you correct these https://travis-ci.org/github/php-parallel-lint/PHP-Parallel-Lint/jobs/676249045#L267 or should I send another PR for that?

grogy commented 4 years ago

When you have a time, please send PR :-) Level 4 will be great

szepeviktor commented 4 years ago

@grogy Done in #29, please review it.

grogy commented 4 years ago

Thank you, merged :+1: