Instruction for pre-commit hook

This commit is contained in:
xushanchuan 2021-03-03 15:33:49 +08:00
parent 3602ebdc81
commit 9306c39fcf
No known key found for this signature in database
GPG Key ID: 44D23C44E00838D6

View File

@ -60,6 +60,10 @@ The repository contains a lot of test cases to cover both api test and repositor
./gradlew test
# Use git pre-commit hook
Follow the instruction from [google-java-format-git-pre-commit-hook](https://github.com/a1exsh/google-java-format-git-pre-commit-hook) to use a `pre-commit` hook to make the code format style stable from different contributors.
# Help
Please fork and PR to improve the code.