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:
parent
b5e8c28640
commit
ba81e8cc94
@ -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: [
|
||||
|
Loading…
x
Reference in New Issue
Block a user