Skip to content

Commit

Permalink
chore: use correct max_subject_width in overcommit configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
lanej committed Jan 4, 2018
1 parent add41de commit d64fe39
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .overcommit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ CommitMsg:
description: 'Prevent empty commit messages'
enabled: true
TextWidth:
description: 'Ensure commit message subjects are <60 chars'
description: 'Ensure commit message subjects are <72 chars'
enabled: true
description: 'Checking text width'
max_subject_width: 60
max_body_width: 1000
max_subject_width: 72
max_body_width: 72

0 comments on commit d64fe39

Please sign in to comment.