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
@@ -54,6 +54,10 @@ public static void main(String[] args) {
54
54
"Version\n" +
55
55
": v2.15-rc2\n" +
56
56
"\n" +
57
+
"commitmessage.maxSubjectLength\n" +
58
+
": Maximum length of the commit message's subject line. Defaults\n" +
59
+
" to 50 if not specified or less than 0.\n" +
60
+
"\n" +
57
61
"## About\n" +
58
62
"\n" +
59
63
"This plugin checks the length of a commit's commit message subject and body, and reports warnings and errors to the git client if the lentghts are exceeded.\n" +
0 commit comments