Validate a commit message
validate_commit_messageCheck a commit message against the Udacity Git Commit Message Style Guide for compliance, returning violations and warnings.
Instructions
Check a commit message against the Udacity Git Commit Message Style Guide. Returns whether it is compliant plus any problems (violations) and warnings (hints).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| message | Yes | The full commit message to check |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| valid | Yes | ||
| problems | Yes | ||
| warnings | Yes |