From ba81e8cc94dd92285ef339553c250daafd3074d7 Mon Sep 17 00:00:00 2001 From: Alan Agius Date: Wed, 10 Mar 2021 19:46:24 +0100 Subject: [PATCH] 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 --- .ng-dev/commit-message.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.ng-dev/commit-message.ts b/.ng-dev/commit-message.ts index 2e18e9eaad..4a74d244d7 100644 --- a/.ng-dev/commit-message.ts +++ b/.ng-dev/commit-message.ts @@ -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: [