CHROMIUM: add PRESUBMIT.cfg to disable various checks

This makes it so that we don't need to run 'repo upload --no-verify'.

BUG=chromium:411452
TEST=ran upload on some CLs

Change-Id: I094dd90548a4722115a6d4d21ba8b4ef86b00c54
Signed-off-by: Mike Frysinger <vapier@chromium.org>
Reviewed-on: https://chromium-review.googlesource.com/217026
Reviewed-by: Chirantan Ekbote <chirantan@chromium.org>
This commit is contained in:
Mike Frysinger
2014-09-09 04:01:16 -04:00
committed by chrome-internal-fetch
parent 92ec1aba95
commit 07aa01d57e

5
PRESUBMIT.cfg Normal file
View File

@@ -0,0 +1,5 @@
[Hook Overrides]
cros_license_check: false
long_line_check: false
stray_whitespace_check: false
tab_check: false