Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-05-16 | Meta: Add a check for periods on the end of titles to commit linter | Idan Horowitz | |
2021-05-02 | Meta: Add a post-commit commit message linter hook | Idan Horowitz | |
This should help with getting commit messages tidy before they pass through CI's commit linter :^) For this hook to work pre-commit has to be explicitly installed via: `pre-commit install --hook-type commit-msg` |