Open b3nl opened 3 years ago
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.
I think in general it's not necessary to limit the depth. But I've introduced an option to limit the depth.
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.