Skip to content

Check interfaces against ignorePackageGlobs

Compare
Choose a tag to compare
@tomarrell tomarrell released this 07 Oct 18:29
· 6 commits to master since this release
36ebab6

This release introduces checking of the interface's package against the configured ignorePackageGlobs values.

Previously, only functions called directly from other packages had their packages checked against this option, however this behaviour was unintuitive. This change checks the interface package as well, ignoring interfaces which originate from a package matching a glob pattern.

Closes #34