Index: tools/presubmit.py |
diff --git a/tools/presubmit.py b/tools/presubmit.py |
index e8f50edfa6c913c5af5bf59dd013cb1aa6b04ef0..23aa136092ae6fbfe7100ddcf02a5c1d87608289 100755 |
--- a/tools/presubmit.py |
+++ b/tools/presubmit.py |
@@ -50,13 +50,11 @@ 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 build/include |
# TODO(mstarzinger): Fix and re-enable readability/namespace |
LINT_RULES = """ |
-build/c++11 |
-build/header_guard |
--build/include |
+build/include_alpha |
-build/include_what_you_use |
-build/namespaces |