PRESUBMIT.cfg 515 B

1234567891011121314151617
  1. [Hook Overrides]
  2. branch_check: true
  3. signoff_check: true
  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
  7. long_line_check: false
  8. # Flashrom is mostly third-party code and modules released by the
  9. # Chromium OS authors display the BSD-license header or may be dual-
  10. # BSD/GPLv2 licensed.
  11. cros_license_check: false
  12. # Flashrom uses tabs instead of spaces for indentation.
  13. tab_check: false