Examples
version: "1.0.0"
hooks:
- name: global
rules:
- type: commit
conditions:
- type: length
condition: gt 20
rejection_message: Commit message should exceed {{ .Operand }} characters
Last modified October 22, 2020: Initial commit (6bf65ac)