Automatically makes your git history worse. 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.9
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.
Some of the commit messages were borrowed from ngerakines/commitment.