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

Unified Diff: tools/presubmit.py

Issue 1327523003: [presubmit] Fix whitespace/empty_loop_body linter violations. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Created 5 years, 3 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 | « src/allocation-tracker.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 e8f50edfa6c913c5af5bf59dd013cb1aa6b04ef0..4836bd953b29157cf4c2501fd93e5f587b12bada 100755
--- a/tools/presubmit.py
+++ b/tools/presubmit.py
@@ -68,7 +68,6 @@ LINT_RULES = """
-runtime/references
-runtime/threadsafe_fn
-whitespace/semicolon
--whitespace/empty_loop_body
""".split()
LINT_OUTPUT_PATTERN = re.compile(r'^.+[:(]\d+[:)]|^Done processing')
« no previous file with comments | « src/allocation-tracker.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698