| Index: tools/presubmit.py
|
| diff --git a/tools/presubmit.py b/tools/presubmit.py
|
| index 338c7085485bfd827557e0f83c16788e3460d78c..5029450ee74e84bdd4ebffc0bb91d17cf7c18637 100755
|
| --- a/tools/presubmit.py
|
| +++ b/tools/presubmit.py
|
| @@ -50,7 +50,6 @@ from subprocess import PIPE
|
| # build/include_what_you_use: Started giving false positives for variables
|
| # named "string" and "map" assuming that you needed to include STL headers.
|
| # TODO(bmeurer): Fix and re-enable readability/check
|
| -# TODO(mstarzinger): Fix and re-enable readability/namespace
|
|
|
| LINT_RULES = """
|
| -build/header_guard
|
| @@ -59,7 +58,6 @@ LINT_RULES = """
|
| -build/namespaces
|
| -readability/check
|
| -readability/inheritance
|
| --readability/namespace
|
| -readability/nolint
|
| +readability/streams
|
| -runtime/references
|
|
|