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

Unified Diff: build/android/PRESUBMIT.py

Issue 820053003: [Android] Disable the deletions-only check for findbugs_known_bugs.txt. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 11 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/android/PRESUBMIT.py
diff --git a/build/android/PRESUBMIT.py b/build/android/PRESUBMIT.py
index b3dfd7210f529278d38de51c3f8cb476a38d8bf2..ad09630a56cb3f5fddda711c329fb65d66107ca1 100644
--- a/build/android/PRESUBMIT.py
+++ b/build/android/PRESUBMIT.py
@@ -69,7 +69,8 @@ def CommonChecks(input_api, output_api):
J('pylib', 'utils', 'md5sum_test.py'),
],
env=pylib_test_env))
- output.extend(_CheckDeletionsOnlyFiles(input_api, output_api))
+ # TODO(jbudorick): Reenable this check once upstreaming is finished.
+ # output.extend(_CheckDeletionsOnlyFiles(input_api, output_api))
return output
« 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