Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(229)

Unified Diff: tools/telemetry/telemetry/internal/backends/google_credentials_backend.py

Issue 1458083003: [Telemetry + tools/perf] Modify the pylint disable message to use symbolic name (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: tools/telemetry/telemetry/internal/backends/google_credentials_backend.py
diff --git a/tools/telemetry/telemetry/internal/backends/google_credentials_backend.py b/tools/telemetry/telemetry/internal/backends/google_credentials_backend.py
index 135d627c2c5799d84bf756269d263957c209a1c3..0c43182ade9f359e54c5b5a1839c8c9694d14016 100644
--- a/tools/telemetry/telemetry/internal/backends/google_credentials_backend.py
+++ b/tools/telemetry/telemetry/internal/backends/google_credentials_backend.py
@@ -19,7 +19,7 @@ class GoogleCredentialsBackend(
@property
def url(self):
- # pylint: disable=C0301
+ # pylint: disable=line-too-long
# WPR doesn't support having 2 responses for the same URL (with/without
# session cookie), so after login behaviour differs with/without wpr.
# Sign-in URL is specified directly to overcome this.

Powered by Google App Engine
This is Rietveld 408576698