Chromium Code Reviews| 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]+)\]') |