-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
Add back pylint as info-only for core #3515
Conversation
core/nox.py
Outdated
'--library-filesets', 'google', | ||
'--test-filesets', 'tests', | ||
# Temporarily allow this to fail. | ||
success_codes=range(0, 100)) |
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
session.install('.') | ||
session.run('flake8', 'google/cloud/core') | ||
session.run( | ||
'gcp-devrel-py-tools', 'run-pylint', |
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
@dhermes added a "empty" config file for you. PTAL? |
# Test configuration | ||
|
||
# test_additions = copy.deepcopy(library_additions) | ||
# test_replacements = copy.deepcopy(library_replacements) |
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
This LGTM. |
Cool, I'll send another PR to add this to all the other packages. |
SGTM. Do we think @lukesneeringer cares? (Prepare for some lint violations since we've had it turned off.) |
It's in info-only mode so it will not cause any new failures. Luke gave approval in the email chain you were on.
|
Boom roasted |
No description provided.