From 4fb0ab67ffbe071ce9cd08315543f54a04e09e70 Mon Sep 17 00:00:00 2001 From: Stefan Reinauer Date: Wed, 1 May 2013 12:53:55 -0700 Subject: [PATCH] chromeos: Add PRESUBMIT.cfg This adds back the presubmit hook configuration file for the ChromeOS build system / repo utility. BUG=chrome-os-partner:18638 TEST=upload a change to gerrit without --no-verify and see that repo does not complain about the license headers anymore. Change-Id: I82a31afaf2b01a77a2d09da49f5c7a6531dc7681 Signed-off-by: Stefan Reinauer Reviewed-on: https://gerrit.chromium.org/gerrit/49772 Reviewed-by: Duncan Laurie --- PRESUBMIT.cfg | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 PRESUBMIT.cfg diff --git a/PRESUBMIT.cfg b/PRESUBMIT.cfg new file mode 100644 index 0000000000..f7eb63e6a1 --- /dev/null +++ b/PRESUBMIT.cfg @@ -0,0 +1,9 @@ +# This config file disables some of the ChromiumOS source style checks for +# coreboot as they are directly conflicting with the coreboot coding +# guidelines. + +[Hook Overrides] +#stray_whitespace_check: false +#long_line_check: false +cros_license_check: false +tab_check: false