It would be nice to have a way to allow/deny indirect/transitive imports.
For example, let's say a have a package a imported by package b. Then I have package c that imports package b. And I have a rule that denies c to import a. Currently, the linter passes. I think there should be an option to fail in that case.
It would be nice to have a way to allow/deny indirect/transitive imports.
For example, let's say a have a package
aimported by packageb. Then I have packagecthat imports packageb. And I have a rule that deniescto importa. Currently, the linter passes. I think there should be an option to fail in that case.