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

Provide a way to pass blacklisted packages #8

Closed
TFaga opened this issue May 24, 2015 · 3 comments
Closed

Provide a way to pass blacklisted packages #8

TFaga opened this issue May 24, 2015 · 3 comments

Comments

@TFaga
Copy link

TFaga commented May 24, 2015

I'm creating a framework that will need to scan through the users classes, which means that I cannot limit the scan to a specific package as it can be anything. This means that the library will also scan all my classes and dependencies which in my case is completely unnecessary and will only slow down startup time.

A simple solution would be to provide a list of packages to ignore the same way you can provide a list of packages to scan.

@lukehutch
Copy link
Member

Hi, thanks for the feature request. Please test the latest checkin (both for whitelisting and blacklisting) and let me know if it works for you. Thanks!

@TFaga
Copy link
Author

TFaga commented May 26, 2015

Awesome it works perfectly! Thanks for the quick response.

@lukehutch
Copy link
Member

Great, thanks for testing!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants