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

Unified Diff: tools/telemetry/telemetry/internal/platform/linux_based_platform_backend_unittest.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/platform/linux_based_platform_backend_unittest.py
diff --git a/tools/telemetry/telemetry/internal/platform/linux_based_platform_backend_unittest.py b/tools/telemetry/telemetry/internal/platform/linux_based_platform_backend_unittest.py
index 83d950e8e7502becd83b8f801f3a3c2328b5d010..b7bc8cf3e0a49d0dab592447b905f3c601e9b2d4 100644
--- a/tools/telemetry/telemetry/internal/platform/linux_based_platform_backend_unittest.py
+++ b/tools/telemetry/telemetry/internal/platform/linux_based_platform_backend_unittest.py
@@ -13,7 +13,7 @@ import mock
class TestBackend(linux_based_platform_backend.LinuxBasedPlatformBackend):
- # pylint: disable=W0223
+ # pylint: disable=abstract-method
def __init__(self):
super(TestBackend, self).__init__()

Powered by Google App Engine
This is Rietveld 408576698