Add PREUPLOAD.cfg that disables formatting + lint checks. Change-Id: If6e1c31e6db2c1614ba6c21abe69514016cbf52d
diff --git a/PREUPLOAD.cfg b/PREUPLOAD.cfg new file mode 100644 index 0000000..8deda18 --- /dev/null +++ b/PREUPLOAD.cfg
@@ -0,0 +1,13 @@ +# Per-project `repo upload` hook settings. +# https://android.googlesource.com/platform/tools/repohooks + +[Options] +ignore_merged_commits = true + +[Builtin Hooks] +cpplint = false +pylint3 = false +clang_format = false + +[Hook Scripts] +yapf-diff = ${REPO_ROOT}/scripts/preupload-hooks/yapf-diff.sh --bypass