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
The checker takes a very long time because it checks EVERY folder of a project. (https://symfony.com/doc/current/components/finder.html#directory-depth) I Would suggest, that it only checks a depth of one.
The text was updated successfully, but these errors were encountered:
#3 Adding depth flag to speed up check for large directory trees.
cd29e88
07b0481
I think in general it's not necessary to limit the depth. But I've introduced an option to limit the depth.
Sorry, something went wrong.
#3 WIP
8dbb096
Signed-off-by: Bjoern Lange <[email protected]>
tkellner
Successfully merging a pull request may close this issue.
The checker takes a very long time because it checks EVERY folder of a project.
(https://symfony.com/doc/current/components/finder.html#directory-depth)
I Would suggest, that it only checks a depth of one.
The text was updated successfully, but these errors were encountered: