We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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
The text was updated successfully, but these errors were encountered:
I noticed that the path must include the path of parsed folder.
For example, I'm linting ../other-project
../other-project
I must use --exclude ../other-project/vendor and not simply --exclude vendor
--exclude ../other-project/vendor
--exclude vendor
Sorry, something went wrong.
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: