summaryrefslogtreecommitdiff
path: root/PRESUBMIT.cfg
diff options
context:
space:
mode:
authorAnton Staaf <robotboy@chromium.org>2011-06-09 11:48:09 -0700
committerSimon Glass <sjg@chromium.org>2011-08-29 10:39:18 -0700
commit08261cbb4ad46fd4e507a116807bdb22856239b2 (patch)
treed16e9a30b299d735a38bc5f2a8767ffa5005d087 /PRESUBMIT.cfg
parent3892d6826cb8a99dc79c719a2831131baf49e2b0 (diff)
Disable license header presubmit check for U-Boot.
BUG=None TEST="repo upload ." cleanly with modifications to files that do not contain a ChromiumOS Authors header. Change-Id: I9cfd9f357aa37d40e2b34e84eac169dfc22db026 Reviewed-on: http://gerrit.chromium.org/gerrit/2387 Reviewed-by: Vadim Bendebury <vbendeb@chromium.org> Tested-by: Anton Staaf <robotboy@chromium.org>
Diffstat (limited to 'PRESUBMIT.cfg')
-rw-r--r--PRESUBMIT.cfg6
1 files changed, 6 insertions, 0 deletions
diff --git a/PRESUBMIT.cfg b/PRESUBMIT.cfg
new file mode 100644
index 0000000000..70447633e8
--- /dev/null
+++ b/PRESUBMIT.cfg
@@ -0,0 +1,6 @@
+[Hook Overrides]
+
+# We need to manually ensure that any new file added has the correct header.
+# There are too many existing files that we are not going to be changing the
+# header on to make use of this automated check.
+cros_license_check: false