Chromium Code Reviews| Index: third_party/WebKit/Tools/Scripts/webkitpy/pylintrc |
| diff --git a/third_party/WebKit/Tools/Scripts/webkitpy/pylintrc b/third_party/WebKit/Tools/Scripts/webkitpy/pylintrc |
| index 284bffe1eb9f555b5e6553bfae85924e5670b7a2..a7120f528142906e1436a9b597e7ab27e572cc6e 100644 |
| --- a/third_party/WebKit/Tools/Scripts/webkitpy/pylintrc |
| +++ b/third_party/WebKit/Tools/Scripts/webkitpy/pylintrc |
| @@ -57,7 +57,8 @@ load-plugins= |
| # Enable the message, report, category or checker with the given id(s). You can |
| # either give multiple identifier separated by comma (,) or put this option |
| # multiple time. |
| -#enable= |
| +enable= |
| + print-statement, |
|
qyearsley
2016/05/29 21:00:33
Pylint prints errors about print statements if --e
|
| # Disable the message, report, category or checker with the given id(s). You |
| # can either give multiple identifier separated by comma (,) or put this option |