Add sample_updater style check to PREUPLOAD.cfg
Test: N/A Change-Id: I13f4295a85d50c0a63cac5680e7a3200b0e6c909
This commit is contained in:
parent
07d0032def
commit
0e007e8edc
1 changed files with 5 additions and 0 deletions
|
@ -4,3 +4,8 @@ clang_format = true
|
|||
[Builtin Hooks Options]
|
||||
# Handle native codes only.
|
||||
clang_format = --commit ${PREUPLOAD_COMMIT} --style file --extensions c,h,cc,cpp
|
||||
|
||||
[Hook Scripts]
|
||||
checkstyle_hook = ${REPO_ROOT}/prebuilts/checkstyle/checkstyle.py --sha ${PREUPLOAD_COMMIT}
|
||||
-fw sample_updater/
|
||||
|
||||
|
|
Loading…
Reference in a new issue