summaryrefslogtreecommitdiff
path: root/PRESUBMIT.cfg
blob: f5eef07a15c07e813cea90bc65edab84225dc5ea (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[Hook Overrides]
black_check: true
branch_check: true
cargo_clippy_check: true
checkpatch_check: true
git_cl_presubmit: false
long_line_check: false
signoff_check: true

# We are using Linux style indentation with tabs
# The indentation is checked by checkpatch not the python script
tab_check: false

[Hook Overrides Options]
cros_license_check: --exclude_regex=^\.checkpatch\.conf$

cargo_clippy_check:
  --project=rust/vboot_reference-sys