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

Update PyLint config for latest version. #2396

Merged
merged 11 commits into from
Sep 23, 2016

Conversation

dhermes
Copy link
Contributor

@dhermes dhermes commented Sep 23, 2016

Fixes #1256.

This PR diff will probably just look like a giant splat. I went through this process with tiny commits to make the review easier. I started with the default config side-by-side with ours. Then I narrowed down ours to only edited values. Then I moved over those edited values a few at a time.


Worth noting: My main goal was to be able to increase jobs=1 after this PR is merged, to speed up PyLint.

@googlebot googlebot added the cla: yes This human has signed the Contributor License Agreement. label Sep 23, 2016
#
[MASTER]

# Specify a configuration file.
# DEFAULT: rcfile=
#rcfile=

This comment was marked as spam.

This comment was marked as spam.

round-builtin,
hex-method,
nonzero-method,
map-builtin-not-iterating,

This comment was marked as spam.

This comment was marked as spam.

@@ -232,146 +260,218 @@ good-names = i, j, k, ex, Run, _,
id,

# Bad variable names which should always be refused, separated by a comma
# DEFAULT: bad-names=foo,bar,baz,toto,tutu,tata
bad-names=foo,bar,baz,toto,tutu,tata

This comment was marked as spam.

This comment was marked as spam.

@tseaver
Copy link
Contributor

tseaver commented Sep 23, 2016

LGTM

@dhermes dhermes merged commit d5bebb8 into googleapis:master Sep 23, 2016
@dhermes dhermes deleted the update-pylint-config branch September 23, 2016 16:12
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. testing
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants