angular-cn/dev-infra/commit-message
Joey Perrott 78e1ecb161 feat(dev-infra): allow local ng-dev configuration to error on invalid commit messages (#38784)
As part of the commit message conformance check, local commit message checks are
made to be warnings rather than failures. An additional local option is also in
place to allow for the commit message validation failures to be considered errors
instead.

PR Close #38784
2020-09-14 14:34:50 -07:00
..
BUILD.bazel feat(dev-infra): create a wizard for building commit messages (#38457) 2020-08-18 17:01:14 -07:00
builder.spec.ts feat(dev-infra): create a wizard for building commit messages (#38457) 2020-08-18 17:01:14 -07:00
builder.ts feat(dev-infra): create a wizard for building commit messages (#38457) 2020-08-18 17:01:14 -07:00
cli.ts feat(dev-infra): allow local ng-dev configuration to error on invalid commit messages (#38784) 2020-09-14 14:34:50 -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 fix(dev-infra): set build commit message type to allow an optional scope (#38745) 2020-09-09 09:06:33 -07:00
parse.spec.ts fix(dev-infra): ignore comments when validating commit messages (#38438) 2020-08-21 12:17:14 -07:00
parse.ts fix(dev-infra): ignore comments when validating commit messages (#38438) 2020-08-21 12:17:14 -07:00
restore-commit-message.ts fix(dev-infra): change logging of commit message restoration to debug (#38704) 2020-09-08 10:07:03 -07:00
validate-file.ts feat(dev-infra): allow local ng-dev configuration to error on invalid commit messages (#38784) 2020-09-14 14:34:50 -07:00
validate-range.ts refactor(dev-infra): update commit message validation to return validation result (#38703) 2020-09-09 16:22:36 -07:00
validate.spec.ts refactor(dev-infra): update commit message validation to return validation result (#38703) 2020-09-09 16:22:36 -07:00
validate.ts refactor(dev-infra): update commit message validation to return validation result (#38703) 2020-09-09 16:22:36 -07:00
wizard.ts feat(dev-infra): Allow local user ng-dev configuration to disable commit message wizard (#38701) 2020-09-09 16:31:17 -07:00