Skip to content
New issue

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

Don't dig deep into the project and vendor folders. Just check files in root #3

Open
b3nl opened this issue Mar 30, 2021 · 1 comment · May be fixed by #4
Open

Don't dig deep into the project and vendor folders. Just check files in root #3

b3nl opened this issue Mar 30, 2021 · 1 comment · May be fixed by #4
Assignees
Labels
enhancement New feature or request

Comments

@b3nl
Copy link

b3nl commented Mar 30, 2021

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.

@tkellner
Copy link
Contributor

tkellner commented Apr 6, 2021

I think in general it's not necessary to limit the depth. But I've introduced an option to limit the depth.

b3nl pushed a commit that referenced this issue Apr 6, 2021
#3 WIP
Signed-off-by: Bjoern Lange <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants