tommarshall / git-good-commit

Git hook to help you write good commit messages, with no external dependencies.
MIT License
193 stars 33 forks source link

Add support to threat warnings as errors #27

Closed Sam13 closed 5 years ago

Sam13 commented 6 years ago

When enabled script fails if any warning exist and no prompt is shown. Behavior can be configured using git config.

Tests are currently missing (done by hand). Does the bats framework support Windows? Can you give me some advice to set that up? Thanks