Skip to content
Snippets Groups Projects
Commit b3f6d4a1 authored by William Escande's avatar William Escande
Browse files

Add some auto format in PREUPLOAD hook

PREUPLOAD will now check for java code format and will also enforce aidl
format.

Change will also require a Bug in preupload (is is already a lint error
in gerrit)

Bug: 262605980
Test: Upload java changes
Change-Id: I36dc1fb30f82958a3f6f2daf5926e09d68488bed
parent 3802152e
No related branches found
No related tags found
No related merge requests found
......@@ -2,6 +2,9 @@
ignore_merged_commits = true
[Builtin Hooks]
aidl_format = true
commit_msg_bug_field = true
google_java_format = true
clang_format = true
rustfmt = true
bpfmt = true
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment