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

Added lint exception about implementation_imports #204

Merged
merged 1 commit into from
Mar 16, 2020

Conversation

eernstg
Copy link
Collaborator

@eernstg eernstg commented Mar 16, 2020

Some usages of reflectable give rise to implementation_imports messages, cf. #203. Given that reflectable is intended to be able to import any library which contains a declaration that the developer has requested reflection support for, it seems reasonable to say that the generated code should be allowed to violate this lint without complaints. So this PR adds an ignore_for_file directive to get that effect.

Copy link
Collaborator

@sigurdm sigurdm left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@eernstg eernstg merged commit 790f5ee into master Mar 16, 2020
@eernstg eernstg deleted the unlint_implementation_imports_mar20 branch March 16, 2020 20:07
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.

3 participants