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

Unified Diff: tools/presubmit.py

Issue 1506233008: [presubmit] Enable readability/nolint linter checking. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Created 5 years 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 | « src/arm64/constants-arm64.h ('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 cdffc0cdcd8dc44601ab6da3a99ac87608b325d1..998656908dd67485312360ccc1c9572477b8e6fd 100755
--- a/tools/presubmit.py
+++ b/tools/presubmit.py
@@ -62,7 +62,6 @@ LINT_RULES = """
-build/include_what_you_use
-build/namespaces
-readability/check
--readability/nolint
+readability/streams
-runtime/references
""".split()
« no previous file with comments | « src/arm64/constants-arm64.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698