Index: presubmit_canned_checks.py |
diff --git a/presubmit_canned_checks.py b/presubmit_canned_checks.py |
index e470dc7c818b4d05a41a076a3a7629c2ee85b28b..2dec66b4a52406bb9759c7611431e7cde100062d 100644 |
--- a/presubmit_canned_checks.py |
+++ b/presubmit_canned_checks.py |
@@ -81,6 +81,8 @@ def CheckChangeLintsClean(input_api, output_api, source_file_filter=None): |
# Initialize cpplint. |
import cpplint |
+ # Access to a protected member _XX of a client class |
+ # pylint: disable=W0212 |
cpplint._cpplint_state.ResetErrorCounts() |
# Justifications for each filter: |