switch-coreboot/PRESUBMIT.cfg
Patrick Georgi 5e68ada809 Make upstream tree CrOS SDK friendly
- Remove submodules, since CrOS glues repos together using portage
- Add COMMIT-QUEUE.ini, PRESUBMIT.cfg, .checkpatch.conf from 2016.02

Change-Id: I06b428191699034bf20b086ce88b7b27c3deb41b
Signed-off-by: Patrick Georgi <pgeorgi@chromium.org>
Reviewed-on: https://chromium-review.googlesource.com/327003
Reviewed-by: Stefan Reinauer <reinauer@google.com>
2016-05-12 15:42:17 -06:00

12 lines
336 B
INI

# 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]
branch_check: true
checkpatch_check: true
signoff_check: true
#stray_whitespace_check: false
#long_line_check: false
cros_license_check: false
tab_check: false