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

Unified Diff: tools/perf/update_reference_build_unittest.py

Issue 1103273002: Remove protected-access from tools/perf/pylintrc. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 8 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 | « tools/perf/pylintrc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/perf/update_reference_build_unittest.py
diff --git a/tools/perf/update_reference_build_unittest.py b/tools/perf/update_reference_build_unittest.py
index 2eb9fb02b98dba392cb797fb64cbd846311c6d19..e02dee0758fef5eccf89ed92744a8f79aced9a74 100644
--- a/tools/perf/update_reference_build_unittest.py
+++ b/tools/perf/update_reference_build_unittest.py
@@ -6,6 +6,8 @@ import unittest
import update_reference_build as update_ref_build
+# Disable for accessing private API of update_reference_build class.
+# pylint: disable=protected-access
class UpdateReferenceBuildUnittest(unittest.TestCase):
def testInit(self):
@classmethod
« no previous file with comments | « tools/perf/pylintrc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698