From 8763d8201c6a95f029fcd2d27d04ab60cd088334 Mon Sep 17 00:00:00 2001 From: Joey Perrott Date: Thu, 13 Aug 2020 07:43:41 -0700 Subject: [PATCH] build: update ng-dev config file for new commit message configuration (#38430) Removes the commit message types from the config as they are now staticly defined in the dev-infra code. PR Close #38430 --- .ng-dev/commit-message.ts | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/.ng-dev/commit-message.ts b/.ng-dev/commit-message.ts index 5e22155091..2e18e9eaad 100644 --- a/.ng-dev/commit-message.ts +++ b/.ng-dev/commit-message.ts @@ -7,18 +7,6 @@ export const commitMessage: CommitMessageConfig = { maxLineLength: 120, minBodyLength: 20, minBodyLengthTypeExcludes: ['docs'], - types: [ - 'build', - 'ci', - 'docs', - 'feat', - 'fix', - 'perf', - 'refactor', - 'release', - 'style', - 'test', - ], scopes: [ 'animations', 'bazel',