layer_linter
layer_linter copied to clipboard
Container wildcards
My contract:
containers:
- mypackage.apps.*
layers:
- views
- models
In this case, any apps within mypackage.apps would be linted to check that their models don't import from views.
The workaround at the moment is just to list all the containers explicitly.