| Index: tools/presubmit.py
|
| diff --git a/tools/presubmit.py b/tools/presubmit.py
|
| index a4ca39980522fbdbfe40527b90cd825520ceec62..029d5388466f72fd66e884eb24b59ab288b6d650 100755
|
| --- a/tools/presubmit.py
|
| +++ b/tools/presubmit.py
|
| @@ -48,8 +48,6 @@ 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
|
| @@ -82,6 +80,7 @@ runtime/mutex
|
| runtime/nonconf
|
| runtime/printf
|
| runtime/printf_format
|
| +runtime/references
|
| runtime/rtti
|
| runtime/sizeof
|
| runtime/string
|
|
|