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

Unified Diff: tools/code_hygiene.py

Issue 11413049: Suppress pychecker warnings about the python standard library (Closed) Base URL: svn://svn.chromium.org/native_client/trunk/src/native_client
Patch Set: Created 8 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/code_hygiene.py
diff --git a/tools/code_hygiene.py b/tools/code_hygiene.py
index 4fbce41cd67a86e1aece136083f1beb3e3d54ced..7c0229e919e27321032ea90c7e32f6b92585dc50 100755
--- a/tools/code_hygiene.py
+++ b/tools/code_hygiene.py
@@ -58,7 +58,7 @@ C_CHECKER = ['cpplint.py',
]
# http://pychecker.sourceforge.net/
-PYTHON_CHECKER = ['pychecker']
+PYTHON_CHECKER = ['pychecker', '-stdlib']
RE_IGNORE = re.compile(r'@IGNORE_LINES_FOR_CODE_HYGIENE\[([0-9]+)\]')
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698