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

Unified Diff: build/android/emma_coverage_stats.py

Issue 1315743004: [Android] Add a custom pylintrc for build/android/. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix appurify_sanitized import-errors Created 5 years, 3 months 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 | « build/android/devil/utils/timeout_retry.py ('k') | build/android/emma_coverage_stats_test.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/android/emma_coverage_stats.py
diff --git a/build/android/emma_coverage_stats.py b/build/android/emma_coverage_stats.py
index dd50b3da30372d0560a1e7a7b237c5491d9e1724..6f64f30ff39ef2218d4a20f24eaf85242486f6bc 100755
--- a/build/android/emma_coverage_stats.py
+++ b/build/android/emma_coverage_stats.py
@@ -196,6 +196,7 @@ class _EmmaHtmlParser(object):
return package_to_emma
+ # pylint: disable=no-self-use
def _FindElements(self, file_path, xpath_selector):
"""Reads a HTML file and performs an XPath match.
@@ -322,6 +323,7 @@ class _EmmaCoverageStats(object):
}
return file_coverage_stats
+ # pylint: disable=no-self-use
def GetSummaryStatsForLines(self, line_coverage):
"""Gets summary stats for a given list of LineCoverage objects.
« no previous file with comments | « build/android/devil/utils/timeout_retry.py ('k') | build/android/emma_coverage_stats_test.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698