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

Unified Diff: tools/perf/page_sets/tough_texture_upload_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/tough_scheduling_cases.py ('k') | tools/perf/page_sets/tough_webgl_cases.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/perf/page_sets/tough_texture_upload_cases.py
diff --git a/tools/perf/page_sets/tough_texture_upload_cases.py b/tools/perf/page_sets/tough_texture_upload_cases.py
index 87a3c1c121aaa257d1afe73ea2cc6b7eded73f8f..e3a0ae1345fb1d4fe87ab4f58992c44049377de8 100644
--- a/tools/perf/page_sets/tough_texture_upload_cases.py
+++ b/tools/perf/page_sets/tough_texture_upload_cases.py
@@ -30,11 +30,11 @@ class ToughTextureUploadCasesPageSet(story.StorySet):
urls_list = [
'file://tough_texture_upload_cases/background_color_animation.html',
- # pylint: disable=C0301
+ # pylint: disable=line-too-long
'file://tough_texture_upload_cases/background_color_animation_and_transform_animation.html',
- # pylint: disable=C0301
+ # pylint: disable=line-too-long
'file://tough_texture_upload_cases/background_color_animation_with_gradient.html',
- # pylint: disable=C0301
+ # pylint: disable=line-too-long
'file://tough_texture_upload_cases/background_color_animation_with_gradient_and_transform_animation.html',
'file://tough_texture_upload_cases/small_texture_uploads.html',
'file://tough_texture_upload_cases/medium_texture_uploads.html',
« no previous file with comments | « tools/perf/page_sets/tough_scheduling_cases.py ('k') | tools/perf/page_sets/tough_webgl_cases.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698