You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,7 +10,7 @@ Validates the format a git commit message against [The seven rules of a great Gi
10
10
1.**Wrap the body at 72 characters**
11
11
1. Use the body to explain what and why vs. how
12
12
13
-
The bolded rules 1-4 and 6 are checked. The remaining 2 are not detectable programmatically. The title of [rule 2](https://chris.beams.io/posts/git-commit/#limit-50) says 50 characters, but the body clarifies 72 is the hard limit.
13
+
The bolded rules 1-4 and 6 are checked. The remaining 2 are not detectable programmatically. The title of [rule 2](https://chris.beams.io/posts/git-commit/#limit-50) says 50 characters but the body clarifies 72 is the hard limit.
14
14
15
15
Provides a [husky](https://github.com/typicode/husky) hook for easy use.
0 commit comments