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
This commit is contained in:
parent
9f7a37b4e9
commit
8763d8201c
|
@ -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',
|
||||
|
|
Loading…
Reference in New Issue