-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Michael Neidinger edited this page Mar 29, 2022
·
5 revisions
- First push
- Validates message header is less than hardcoded 72 chars
- Validates second line is blank to separate message header from body
- Performs Junit testing with coverage of 86%
- Git hook script that executes java program in src/main/resources
- Add manual installation instructions to README.md
- Auto-editing of third to many lines to a character length of 100 chars. Would allow developers to type as many words into 3rd line as they want and feel confident that it'll be edited into a legible format
- Input git config arguments into java main so header length and body length can be configurable.
- Installation script to place Git Hook into many git projects automatically