Automatically ruins git commit messages with whatthecommit API. My final contribution to the team.
Add this to your .pre-commit-config.yaml to kill professional commit messages forever:
default_install_hook_types: [pre-commit, prepare-commit-msg]
repos:
- repo: https://github.com/RektPunk/whattheprecommit
rev: v0.0.4
hooks:
- id: whattheprecommitTo ruin your commit messages globally:
cargo install --git https://github.com/RektPunk/whattheprecommitJust type wtc instead of git commit -m "...". It's like Russian Roulette for your Git history.