lumapps/Commit message validator
Enforce angular commit message convention with minimal dependency only git and bash.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| no_jira | If not empty, no validation is done on JIRA refs. | no | — |
| allow_temp | If not empty, no validation is done on `fixup!` and `squash!` commits. | no | — |
| no_revert_sha1 | If not empty, reverted sha1 commit is not mandatory in revert commit message. | no | — |
| header_length | If not empty, max header_length | no | — |
| body_length | If not empty, max body_length | no | — |
| jira_types | If not empty, space separated list of types that require Jira refs | no | — |
| jira_in_header | If not empty, allow for jira ref in header | no | — |
Outputs
no outputs