angular/dev-infra/commit-message
Joey Perrott f4ced74e3a feat(dev-infra): save invalid commit message attempts to be restored on next commit attempt (#38304)
When a commit message fails validation, rather than throwing out the commit message entirely
the commit message is saved into a draft file and restored on the next commit attempt.

PR Close #38304
2020-08-13 08:45:25 -07:00
..
BUILD.bazel feat(dev-infra): save invalid commit message attempts to be restored on next commit attempt (#38304) 2020-08-13 08:45:25 -07:00
cli.ts feat(dev-infra): save invalid commit message attempts to be restored on next commit attempt (#38304) 2020-08-13 08:45:25 -07:00
commit-message-draft.ts feat(dev-infra): save invalid commit message attempts to be restored on next commit attempt (#38304) 2020-08-13 08:45:25 -07:00
config.ts feat(dev-infra): add support for minBodyLengthTypeExcludes to commit-message validation (#37764) 2020-06-26 11:13:09 -07:00
parse.spec.ts refactor(dev-infra): extract the commit message parsing function into its own file (#38429) 2020-08-12 16:10:07 -07:00
parse.ts refactor(dev-infra): extract the commit message parsing function into its own file (#38429) 2020-08-12 16:10:07 -07:00
restore-commit-message.ts feat(dev-infra): save invalid commit message attempts to be restored on next commit attempt (#38304) 2020-08-13 08:45:25 -07:00
validate-file.ts feat(dev-infra): save invalid commit message attempts to be restored on next commit attempt (#38304) 2020-08-13 08:45:25 -07:00
validate-range.ts refactor(dev-infra): extract the commit message parsing function into its own file (#38429) 2020-08-12 16:10:07 -07:00
validate.spec.ts feat(dev-infra): commit message validation should skip lines consisting of URLs (#37890) 2020-07-10 10:59:28 -07:00
validate.ts refactor(dev-infra): extract the commit message parsing function into its own file (#38429) 2020-08-12 16:10:07 -07:00