bestit / license-check

Tool to check licenses of used packages.
MIT License
2 stars 0 forks source link

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

Open b3nl opened 3 years ago

b3nl commented 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.

tkellner commented 3 years ago

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