Skip to content

Commit

Permalink
build: remove commit message line length limit (#22252)
Browse files Browse the repository at this point in the history
Similar to angular/angular#41157, removes the limit on commit message lines.
  • Loading branch information
crisbeto authored Mar 19, 2021
1 parent 010dbb6 commit 9f44219
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .ng-dev/commit-message.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import {CommitMessageConfig} from '@angular/dev-infra-private/commit-message/con
* The configuration for `ng-dev commit-message` commands.
*/
export const commitMessage: CommitMessageConfig = {
maxLineLength: 120,
maxLineLength: Infinity,
minBodyLength: 0,
minBodyLengthTypeExcludes: ['docs'],
scopes: [
Expand Down

0 comments on commit 9f44219

Please sign in to comment.