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

Add a validation that all packages in a module are exported #49

Closed
zml2008 opened this issue Jan 9, 2022 · 0 comments · Fixed by #51
Closed

Add a validation that all packages in a module are exported #49

zml2008 opened this issue Jan 9, 2022 · 0 comments · Fixed by #51
Assignees
Labels
type: enhancement New feature or request
Milestone

Comments

@zml2008
Copy link
Member

zml2008 commented Jan 9, 2022

For modules where all or almost all of the packages should be expocted, it would be helpful to have a task to automatically validate that every package that should be exported, is exported.

This task should be able to take a list of exceptions -- as a list of prefixes, or perhaps a regex (though probably the prefix list is more appropriate), so we can allow for a list of internal packages.

@zml2008 zml2008 added this to the 2.1.0 milestone Jan 9, 2022
@zml2008 zml2008 added the type: enhancement New feature or request label Jan 9, 2022
zml2008 added a commit that referenced this issue Jan 17, 2022
@zml2008 zml2008 self-assigned this Jan 20, 2022
zml2008 added a commit that referenced this issue Jan 21, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant