Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

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
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -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