-
Notifications
You must be signed in to change notification settings - Fork 133
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
Directory collector #65
Comments
what exactly do you mean by it's totally fine to write a depfile that ensures that files in (for exampe) the tests folder must not depend on other files in another folder (layer). |
Ok then what I would wish in that case is defining as a layer all classes under my
|
feel free to contribute a collector for this usecase, it should be very simple. i didn't tested it, but the implementation should look like this:
|
I'll try when I'll have a hand free for code contribution :) |
It has been merged with PR #147. Thanks @MarvinKlemp, @jkuchar and @timglabisch |
Actually before jumping into a "directory collector" a question comes: why excluding the
test(s)
folder? I would say everything insrc
should not depend on what is intests
.The text was updated successfully, but these errors were encountered: