[cleanup] [presubmit] Remove non-existing cpplint category

The readability/streams category is gone since
https://codereview.chromium.org/777533005.

R=machenbach@chromium.org

Bug: v8:6921
Change-Id: If0e0f978275ad20278ccedcdd607c31ae30d3133
Reviewed-on: https://chromium-review.googlesource.com/720925
Reviewed-by: Michael Achenbach <machenbach@chromium.org>
Commit-Queue: Clemens Hammacher <clemensh@chromium.org>
Cr-Commit-Position: refs/heads/master@{#48585}
This commit is contained in:
Clemens Hammacher 2017-10-16 12:52:40 +02:00 committed by Commit Bot
parent 5820041884
commit 5a53ea5ec8

View File

@ -62,7 +62,6 @@ LINT_RULES = """
-build/include_what_you_use
-readability/check
-readability/fn_size
+readability/streams
-runtime/references
""".split()