GitPolicyEnforcer 0.3.0

GitPolicyEnforcer is a command-line tool that helps you enforce Git policies through Git hooks, both server and client side
Documentation
1
2
3
4
5
6
7
8
9
10
{
  "update": {
    "branches": ["master"],
    "title_max_length": 80,
    "title_format": "^((\\bFOO\\b)|(\\bBAR\\b))-\\d{1,}: \\w+.*$",
    "body_required": false,
    "body_max_line_length": 80,
    "enforce_squash_merge": false
  }
}