xref: /aosp_15_r20/external/flashrom/PRESUBMIT.cfg (revision 0d6140be3aa665ecc836e8907834fcd3e3b018fc)
1[Hook Overrides]
2signoff_check: true
3
4# Flashrom style allows for long lines due to heavy usage of tables
5# and nested logic. See discussion here:
6# http://www.flashrom.org/pipermail/flashrom/2012-March/008960.html
7long_line_check: false
8
9# Flashrom is mostly third-party code and modules released by the
10# Chromium OS authors display the BSD-license header or may be dual-
11# BSD/GPLv2 licensed.
12cros_license_check: false
13
14# Flashrom uses tabs instead of spaces for indentation.
15tab_check: false
16