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

Unified Diff: tools/presubmit.py

Issue 1412223018: [presubmit] Enabling readability/inheritance linter checking. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Addressing comments Created 5 years, 1 month 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/unittests/run-all-unittests.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 5029450ee74e84bdd4ebffc0bb91d17cf7c18637..bd1804712b1731bef1e1e1121dffa0d94140044b 100755
--- a/tools/presubmit.py
+++ b/tools/presubmit.py
@@ -57,7 +57,6 @@ LINT_RULES = """
-build/include_what_you_use
-build/namespaces
-readability/check
--readability/inheritance
-readability/nolint
+readability/streams
-runtime/references
« no previous file with comments | « test/unittests/run-all-unittests.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698