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

Implement the lint library_private_types_in_public_api #2539

Merged
merged 3 commits into from
Mar 23, 2021

Conversation

bwilkerson
Copy link
Member

Description

I chose to give this a fairly specific name because what it catches is fairly limited.

Fixes #2519

@google-cla google-cla bot added the cla: yes label Mar 19, 2021
@coveralls
Copy link

coveralls commented Mar 19, 2021

Coverage Status

Coverage decreased (-0.1%) to 94.276% when pulling 8be4d95 on library_private_types_in_public_api into 997172f on master.

lib/src/rules.dart Outdated Show resolved Hide resolved
lib/src/rules/library_private_types_in_public_api.dart Outdated Show resolved Hide resolved
lib/src/rules/library_private_types_in_public_api.dart Outdated Show resolved Hide resolved
@pq pq merged commit 9fd05af into master Mar 23, 2021
@pq pq deleted the library_private_types_in_public_api branch March 23, 2021 18:09
mockturtl added a commit to mockturtl/tidy that referenced this pull request Apr 15, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Avoid private types in public API
3 participants