blob: 36a30a575881178689a2926d89aa941b4dc61ac5 [file] [log] [blame]
[Hook Scripts]
# Only lint chromeos/ files.
cros lint = cros lint "$(for f in ${PRESUBMIT_FILES}; do [[ $f == */chromeos/* ]] && echo $f; done)"
# Check technical debt tags.
technical debt = chromeos/scripts/tech_debt.py
commit message = chromeos/scripts/check_tags.py
[Hook Overrides]
checkpatch_check: true
aosp_license_check: false
cros_license_check: false
kernel_splitconfig_check: true
long_line_check: false
signoff_check: true
stray_whitespace_check: false
tab_check: false
tabbed_indent_required_check: false
[Hook Overrides Options]
checkpatch_check: ./scripts/checkpatch.pl