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

Unified Diff: tools/presubmit.py

Issue 314723002: Fixed lint errors caused by "runtime/references" rule and the rule itself is restored. (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: Created 6 years, 7 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-api.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 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
« no previous file with comments | « test/cctest/test-api.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698