import-linter
import-linter copied to clipboard
Fix bug with allow indirect imports on forbidden contracts
The docs state that in forbidden contracts "descendants of each module will be checked". However, if allow_indirect_imports is true, this isn't the case.