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

Tweaking new PyLint config values. #2399

Merged
merged 1 commit into from
Sep 23, 2016

Conversation

dhermes
Copy link
Contributor

@dhermes dhermes commented Sep 23, 2016

Reducing the max line length from 80 to 100 revealed several docstrings in violation, so those have been fixed as well.

The other change was restricting to UNIX linefeed.


@tseaver mentioned in #1256 (comment) that the linefeed change may be problematic:

If we ever get Windows contributors, we'll need to allow them to run the linter without barfing on their own machines. Maybe do this check only in Travis, and document that they need to use `core.autocrlf'.

Reducing the max line length from 80 to 100 revealed
several docstrings in violation, so those have
been fixed as well.

The other change was restricting to UNIX linefeed.
@googlebot googlebot added the cla: yes This human has signed the Contributor License Agreement. label Sep 23, 2016
@@ -332,7 +332,7 @@ def list_resource_record_sets(self, max_results=None, page_token=None,

:rtype: tuple, (list, str)
:returns: list of
:class:`google.cloud.dns.resource_record_set.ResourceRecordSet`,
:class:`~.resource_record_set.ResourceRecordSet`,

This comment was marked as spam.

This comment was marked as spam.

This comment was marked as spam.

@dhermes dhermes merged commit d64839c into googleapis:master Sep 23, 2016
@dhermes dhermes deleted the update-pylint-config-round-2 branch September 23, 2016 19:24
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.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants