Skip to content
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

fix: check interface package against ignorePackageGlobs #36

Merged
merged 1 commit into from Oct 7, 2022

Conversation

tomarrell
Copy link
Owner

This PR 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

@tomarrell tomarrell merged commit 36ebab6 into master Oct 7, 2022
@tomarrell tomarrell deleted the ignore-package-globs-interface branch October 7, 2022 18:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

ignorePackageGlobs doesn't appear to be working
1 participant