gitblit-org / gitblit

pure java git solution
http://gitblit.com
Apache License 2.0
2.27k stars 671 forks source link

how to use hook to call external tool to check the code of push? #1369

Open pebblebyroad opened 3 years ago

pebblebyroad commented 3 years ago

How to use gitblit to call an external code review tool to review the code of push, such as using a tool like p3c-pmd to check java code, can you give a sample script?