| Index: tools/presubmit.py
|
| diff --git a/tools/presubmit.py b/tools/presubmit.py
|
| index 88f1459d739f190ef62549a27c1545b83ebc595c..7961156b7ae8b5a8f3b123efabcd4343079c3931 100755
|
| --- a/tools/presubmit.py
|
| +++ b/tools/presubmit.py
|
| @@ -48,6 +48,8 @@ from subprocess import PIPE
|
| # Disabled LINT rules and reason.
|
| # build/include_what_you_use: Started giving false positives for variables
|
| # named "string" and "map" assuming that you needed to include STL headers.
|
| +# runtime/references: Started giving a lot of positives after depot-tools
|
| +# update. To be fixed soon: v8:3326.
|
|
|
| ENABLED_LINT_RULES = """
|
| build/class
|
| @@ -80,7 +82,6 @@ runtime/mutex
|
| runtime/nonconf
|
| runtime/printf
|
| runtime/printf_format
|
| -runtime/references
|
| runtime/rtti
|
| runtime/sizeof
|
| runtime/string
|
|
|