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

Unified Diff: tools/perf/page_sets/top_25_repaint.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/perf/page_sets/service_worker_micro_benchmark.py ('k') | tools/perf/page_sets/top_25_smooth.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/perf/page_sets/top_25_repaint.py
diff --git a/tools/perf/page_sets/top_25_repaint.py b/tools/perf/page_sets/top_25_repaint.py
index d8991be8d0b43b3327b0561e0e0449799b3dd170..3266033b0d8379b131f6c2e1dc37d9d69d11a789 100644
--- a/tools/perf/page_sets/top_25_repaint.py
+++ b/tools/perf/page_sets/top_25_repaint.py
@@ -29,7 +29,7 @@ class TopRepaintPage(page_module.Page):
def _CreatePageClassWithRepaintInteractions(page_cls, mode, width, height):
- class DerivedRepaintPage(page_cls): # pylint: disable=W0232
+ class DerivedRepaintPage(page_cls): # pylint: disable=no-init
def RunPageInteractions(self, action_runner):
repaint_helpers.Repaint(
« no previous file with comments | « tools/perf/page_sets/service_worker_micro_benchmark.py ('k') | tools/perf/page_sets/top_25_smooth.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698