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