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

Unified Diff: tools/perf/page_sets/infinite_scroll_cases.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/google_pages.py ('k') | tools/perf/page_sets/intl_es_fr_pt-BR.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/perf/page_sets/infinite_scroll_cases.py
diff --git a/tools/perf/page_sets/infinite_scroll_cases.py b/tools/perf/page_sets/infinite_scroll_cases.py
index 06bda449c08b48151f6baad346d69a015f9a3a8e..4781d25a2c77fb66a1a5938c1486e0e04ab991c0 100644
--- a/tools/perf/page_sets/infinite_scroll_cases.py
+++ b/tools/perf/page_sets/infinite_scroll_cases.py
@@ -31,7 +31,7 @@ def _WaitAction(action_runner):
'!document.body.addEventListener("touchstart", function() {})')
def _CreateInfiniteScrollPageClass(base_page_cls):
- class DerivedSmoothPage(base_page_cls): # pylint: disable=W0232
+ class DerivedSmoothPage(base_page_cls): # pylint: disable=no-init
def RunPageInteractions(self, action_runner):
_WaitAction(action_runner)
_ScrollAction(action_runner, self.scroll_amount)
« no previous file with comments | « tools/perf/page_sets/google_pages.py ('k') | tools/perf/page_sets/intl_es_fr_pt-BR.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698