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

Preparing PyLint for subpackage breakup. #2392

Merged
merged 2 commits into from
Sep 22, 2016

Conversation

dhermes
Copy link
Contributor

@dhermes dhermes commented Sep 22, 2016

This change started out in #2367 but I figured we'd get it out of the way here since it's not as much in dispute.

@googlebot googlebot added the cla: yes This human has signed the Contributor License Agreement. label Sep 22, 2016
@dhermes dhermes force-pushed the updating-pylint-for-subpackages branch from cb9317d to 18e1785 Compare September 22, 2016 21:06
parser = get_parser()
args = parser.parse_args()
main(build_root=args.build_root)
verify_modules(build_root=args.build_root)

This comment was marked as spam.

This comment was marked as spam.

Copy link
Contributor

@tseaver tseaver left a comment

Choose a reason for hiding this comment

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

LGTM

parser = get_parser()
args = parser.parse_args()
main(build_root=args.build_root)
verify_modules(build_root=args.build_root)

This comment was marked as spam.

The docstrings don't get included in the module objects
so there is no reason to have them.
@dhermes
Copy link
Contributor Author

dhermes commented Sep 22, 2016

@tseaver Sorry I just realized I left out the important part: Taking the docstrings out of namespace package __init__.py.

@dhermes dhermes merged commit e927026 into googleapis:master Sep 22, 2016
@dhermes dhermes deleted the updating-pylint-for-subpackages branch September 22, 2016 23:12
@dhermes
Copy link
Contributor Author

dhermes commented Sep 22, 2016

@tseaver LMK if the 2nd commit was problematic.

@tseaver
Copy link
Contributor

tseaver commented Sep 23, 2016

@dhermes Nope.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cla: yes This human has signed the Contributor License Agreement. packaging testing
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants