Excluding directories does not work.
leonhelmus opened this issue · 1 comments
leonhelmus commented
When using the exclude it seems it does not read the directories when using this code:
PHP-Parallel-Lint/src/Settings.php
Line 229 in 3c5c209
Because of that it doesn't exclude the directories when using phplint --exclude.
It never reaches this part of the code:
PHP-Parallel-Lint/src/Manager.php
Line 148 in 3c5c209
realtebo commented
I noticed that the path must include the path of parsed folder.
For example, I'm linting ../other-project
I must use --exclude ../other-project/vendor and not simply --exclude vendor