mirror of
https://github.com/fail0verflow/switch-coreboot.git
synced 2025-05-04 01:39:18 -04:00
- 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>
12 lines
336 B
INI
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
|