Merged
Conversation
Contributor
|
I'd be in favor of globally disabling |
Contributor
Author
|
Good point. 100% code coverage makes all true import failures abundantly clear. |
Contributor
Author
|
@tseaver PTAL |
scripts/pylintrc_default
Outdated
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.
Contributor
Author
|
OK @tseaver I got rid of the erroneous line. Is this good to merge (after squashing)? |
Contributor
|
LGTM |
- Increasing test lines limit to 1900 and removing a line limit ignore at the top of the file - Disabling no-name-in-module since requiring 100% code coverage guarantees we exercise all imports - Making remaining disables use verbose names instead of short names - Locally re-enabling too-many-statements in gcloud/bigquery/test_table.py (was disabled at a scope but never re-enabled)
bfd32e7 to
0352542
Compare
Merged
parthea
pushed a commit
that referenced
this pull request
Nov 24, 2025
Source-Link: https://github.com/googleapis/synthtool/commit/dede53ff326079b457cfb1aae5bbdc82cbb51dc3 Post-Processor: gcr.io/cloud-devrel-public-resources/owlbot-python:latest@sha256:fac304457974bb530cc5396abd4ab25d26a469cd3bc97cbfb18c8d4324c584eb
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
gcloud/bigquery/test_table.py(was disabled at a scope but never re-enabled)@tseaver This was inspired by #1779 (e.g. my comment made me wonder about this)