Skip to content

Conversation

@tseaver
Copy link
Contributor

@tseaver tseaver commented Feb 15, 2016

Suppresses output from pylint 1.5.4 like:

lint runtests: commands[1] | python /home/tseaver/projects/agendaless/Google/src/gcloud-python/scripts/run_pylint.py
Diff base not specified, listing all files in repository.
************* Module gcloud._helpers
I: 28, 0: Locally disabling import-error (E0401) (locally-disabled)
I: 90, 0: Locally disabling unused-argument (W0613) (locally-disabled)
I:100, 0: Locally disabling unused-argument (W0613) (locally-disabled)
I:104, 0: Locally disabling unused-argument (W0613) (locally-disabled)
I:392, 0: Locally disabling unused-import (W0611) (locally-disabled)
I:392, 0: Locally disabling wrong-import-position (C0413) (locally-disabled)
C:392, 4: external import "from pytz import UTC" comes before "from gcloud.environment_vars import PROJECT" (wrong-import-order)

@googlebot googlebot added the cla: yes This human has signed the Contributor License Agreement. label Feb 15, 2016
@dhermes
Copy link
Contributor

dhermes commented Feb 15, 2016

@tseaver Thanks for the fix. I tried to reproduce locally and cannot. What libraries do I need to update to see this error? (I already created brand new tox environments on multiple machines.)

@tseaver
Copy link
Contributor Author

tseaver commented Feb 15, 2016

I tried to reproduce locally and cannot

I found it after tox -r failed on that output. I have no idea why mine would fail and not your (or Travis).

@dhermes
Copy link
Contributor

dhermes commented Feb 15, 2016

LGTM BTW

@tseaver
Copy link
Contributor Author

tseaver commented Feb 15, 2016

tseaver added a commit that referenced this pull request Feb 15, 2016
Rename suppressed pylint error to match value expected by 1.5.4.
@tseaver tseaver merged commit 6337db6 into googleapis:master Feb 15, 2016
@tseaver tseaver deleted the suppress-pylint-1.5.4-error branch February 15, 2016 20:25
@dhermes
Copy link
Contributor

dhermes commented Feb 15, 2016

Yeah I re-ran the main build 3 times because I couldn't repro and was trying to see if it was intermittent

parthea added a commit that referenced this pull request Nov 24, 2025
Co-authored-by: Anthonios Partheniou <partheniou@google.com>
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.

3 participants