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/perf/page_sets/tough_webgl_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_texture_upload_cases.py ('k') | tools/perf/page_sets/typical_25.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/perf/page_sets/tough_webgl_cases.py
diff --git a/tools/perf/page_sets/tough_webgl_cases.py b/tools/perf/page_sets/tough_webgl_cases.py
index 5e330e32bbe16f9d1bbe05d63cc3158f4c962ae4..136103508c1aa4145e1a4e6c4fd510d5a37c9c8e 100644
--- a/tools/perf/page_sets/tough_webgl_cases.py
+++ b/tools/perf/page_sets/tough_webgl_cases.py
@@ -48,18 +48,18 @@ class ToughWebglCasesPageSet(story.StorySet):
cloud_storage_bucket=story.PUBLIC_BUCKET)
urls_list = [
- # pylint: disable=C0301
+ # pylint: disable=line-too-long
'http://www.khronos.org/registry/webgl/sdk/demos/google/nvidia-vertex-buffer-object/index.html',
- # pylint: disable=C0301
+ # pylint: disable=line-too-long
'http://www.khronos.org/registry/webgl/sdk/demos/google/san-angeles/index.html',
- # pylint: disable=C0301
+ # pylint: disable=line-too-long
'http://www.khronos.org/registry/webgl/sdk/demos/google/particles/index.html',
'http://www.khronos.org/registry/webgl/sdk/demos/webkit/Earth.html',
- # pylint: disable=C0301
+ # pylint: disable=line-too-long
'http://www.khronos.org/registry/webgl/sdk/demos/webkit/ManyPlanetsDeep.html',
'http://webglsamples.googlecode.com/hg/aquarium/aquarium.html',
'http://webglsamples.googlecode.com/hg/blob/blob.html',
- # pylint: disable=C0301
+ # pylint: disable=line-too-long
'http://webglsamples.googlecode.com/hg/dynamic-cubemap/dynamic-cubemap.html'
]
for url in urls_list:
« no previous file with comments | « tools/perf/page_sets/tough_texture_upload_cases.py ('k') | tools/perf/page_sets/typical_25.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698