You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
20 lines
459 B
20 lines
459 B
[Hook Overrides]
|
|
tab_check: false
|
|
clang_format_check: true
|
|
cargo_clippy_check: true
|
|
|
|
# On by default, but required for options below.
|
|
cros_license_check: true
|
|
|
|
[Hook Overrides Options]
|
|
# Ignore HiFi file
|
|
cros_license_check: --exclude_regex=HiFi\.conf$
|
|
clang_format_check:
|
|
cras/
|
|
cargo_clippy_check:
|
|
--project=audio_streams
|
|
--project=cras/client/cras-sys
|
|
--project=cras/client/cras_tests
|
|
--project=cras/client/libcras
|
|
--project=cras/src/server/rust
|