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

Unified Diff: tools/perf/page_sets/intl_es_fr_pt-BR.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/infinite_scroll_cases.py ('k') | tools/perf/page_sets/intl_hi_ru.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/perf/page_sets/intl_es_fr_pt-BR.py
diff --git a/tools/perf/page_sets/intl_es_fr_pt-BR.py b/tools/perf/page_sets/intl_es_fr_pt-BR.py
index 67048c0dbc3aed9e16dffced0822ff34106f4db1..a91680d9b265a7837b2a266dfba73c1a8951c744 100644
--- a/tools/perf/page_sets/intl_es_fr_pt-BR.py
+++ b/tools/perf/page_sets/intl_es_fr_pt-BR.py
@@ -29,7 +29,7 @@ class IntlEsFrPtBrPageSet(story.StorySet):
urls_list = [
'http://elmundo.es/',
'http://terra.es/',
- # pylint: disable=C0301
+ # pylint: disable=line-too-long
'http://www.ebay.es/sch/i.html?_sacat=382&_trkparms=clkid%3D6548971389060485883&_qi=RTM1381637',
'http://www.eltiempo.es/talavera-de-la-reina.html',
'http://www.free.fr/adsl/index.html',
@@ -39,7 +39,7 @@ class IntlEsFrPtBrPageSet(story.StorySet):
# Why: #5 site in Brazil
'http://www.uol.com.br/',
# Why: #10 site in Brazil
- # pylint: disable=C0301
+ # pylint: disable=line-too-long
'http://produto.mercadolivre.com.br/MLB-468424957-pelicula-protetora-smartphone-h5500-e-h5300-43-frete-free-_JM'
]
« no previous file with comments | « tools/perf/page_sets/infinite_scroll_cases.py ('k') | tools/perf/page_sets/intl_hi_ru.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698