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

Unified Diff: tools/presubmit.py

Issue 2605113002: [test] Suppress new lint check (Closed)
Patch Set: Created 4 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 | « no previous file | 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 c75b78b54469b7ee9cc0e61a07fe3b6375db5521..fce940a2d8f8b6fcdf8721600fa28f33c3b72c33 100755
--- a/tools/presubmit.py
+++ b/tools/presubmit.py
@@ -62,6 +62,7 @@ LINT_RULES = """
-build/include_what_you_use
-build/namespaces
-readability/check
+-readability/fn_size
+readability/streams
-runtime/references
""".split()
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698