Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(142)

Unified Diff: tools/presubmit.py

Issue 1318863004: [presubmit] Fix build/include linter violations. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Created 5 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « test/cctest/test-typedarrays.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« no previous file with comments | « test/cctest/test-typedarrays.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698