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

Unified Diff: tools/telemetry/telemetry/testing/simple_mock_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
« no previous file with comments | « tools/telemetry/telemetry/testing/simple_mock.py ('k') | tools/telemetry/telemetry/testing/system_stub.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/telemetry/telemetry/testing/simple_mock_unittest.py
diff --git a/tools/telemetry/telemetry/testing/simple_mock_unittest.py b/tools/telemetry/telemetry/testing/simple_mock_unittest.py
index bbc63b990b7eab8d87e5d216644ee19e2ddae0ff..220302a0e61b9919b1b345826961fb99f7100c69 100644
--- a/tools/telemetry/telemetry/testing/simple_mock_unittest.py
+++ b/tools/telemetry/telemetry/testing/simple_mock_unittest.py
@@ -79,4 +79,4 @@ class SimpleMockUnitTest(unittest.TestCase):
self.assertRaises(
Exception,
- lambda: mock.bar.baz()) # pylint: disable=W0108
+ lambda: mock.bar.baz()) # pylint: disable=unnecessary-lambda
« no previous file with comments | « tools/telemetry/telemetry/testing/simple_mock.py ('k') | tools/telemetry/telemetry/testing/system_stub.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698