1xinternet/devops#717 - implements commit message linting
This MR implements commit message linting documented in Playbook.
Steps to review
npm install
touch foo && git add foo && git commit -m "test"
- Make sure committing fails
git commit -m "xi-search#12345"
- Make sure commit goes through
Edited by Yannick Leyendecker