Skip to content

1xinternet/devops#717 - implements commit message linting

This MR implements commit message linting documented in Playbook.

Steps to review

  1. npm install
  2. touch foo && git add foo && git commit -m "test"
  3. Make sure committing fails
  4. git commit -m "xi-search#12345"
  5. Make sure commit goes through
Edited by Yannick Leyendecker

Merge request reports