summaryrefslogtreecommitdiff
path: root/PRESUBMIT.cfg
blob: 9f665453355d40770f7a1a84df52c22cd5965a9b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[Hook Overrides]
branch_check: true
cargo_clippy_check: true
checkpatch_check: true
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