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