-
Notifications
You must be signed in to change notification settings - Fork 61
Check only changed files #103
Comments
For the moment I use
|
Hello, thanks for you issue. My question is about application this idea. What benefit it has? Or what is your reason for this change? Parallel-lint is very fast :-) Thanks |
Run PHP-Parallel-Lint only in changed file improve the rapidity in huge project. For example, we have approximately 3700 files to lint, that's working in approximately 150 seconds. Use cases for For the moment, we use |
Okay, I understand to your reasons and it make sense for me. Can you add PR with test? What do you mean? :-) |
I added a new commit about this issue. Can you check it please 😃 before my PR? I saw the similar issue #75 and my code is inspired by this one. |
Hello,
I think we could add the option
--only-git-changed
. This option will force an analysis only on the changed files.This is just an idea. I don't know if this feature is possible for PHP-Parallel-Lint.
Library https://github.com/M6Web/Coke does this feature.
Thanks,
Best regards,
Vincent Chataignier
The text was updated successfully, but these errors were encountered: