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
88662a540d
commit
8bb726e899
@ -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…
x
Reference in New Issue
Block a user