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
+16Lines changed: 16 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -41,9 +41,25 @@ $ sgc
41
41
You can even create a global config. Just go to your users home and create a `.sgcrc`. The global config will be triggered if no project configurations are present.
42
42
43
43
**Options:**
44
+
-[emojies](#emojies)
44
45
-[types](#types)
45
46
-[rules](#rules)
46
47
48
+
### emojies
49
+
50
+
**Type:**`boolean`
51
+
52
+
**Default:**`true`
53
+
54
+
A boolean to enable emojies at the beginning of a commit message
t.deepEqual(questionsList[1].validate('This message has over 72 characters. So this test will definitely fail. I can guarantee that I am telling the truth'),'The commit message is not allowed to be longer as 72. Consider writing a body.\n');
0 commit comments