build: remove commit message max line length limit (#41157)

With this change we remove the lines length restriction in commit message body. This was previously in place due to a bug in GitHub UI, which is now fixed.

PR Close #41157
This commit is contained in:
Alan Agius 2021-03-10 19:46:24 +01:00 committed by Andrew Kushnir
parent b5e8c28640
commit ba81e8cc94
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@ import {CommitMessageConfig} from '../dev-infra/commit-message/config';
* The configuration for `ng-dev commit-message` commands.
*/
export const commitMessage: CommitMessageConfig = {
maxLineLength: 120,
maxLineLength: Infinity,
minBodyLength: 20,
minBodyLengthTypeExcludes: ['docs'],
scopes: [