Skip to content

Commit e4fcb6c

Browse files
committed
chore(convention helper): now -s shows the name of the convention
1 parent fbef66b commit e4fcb6c

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

commit_helper/conventions/atom.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ def atom_convention(tag, msg):
77

88
atom_convention_help = \
99
"""
10-
General format:
10+
The atom convention:
1111
1212
:<tag>: <Message>
1313
<BREAK>

commit_helper/conventions/karma_angular.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ def karma_angular_convention(tag, msg, context):
99

1010
angular_convention_help = \
1111
"""
12-
General format:
12+
The angular convention:
1313
1414
<tag>(<scope>): <message>
1515
<BLANK>
@@ -36,7 +36,7 @@ def karma_angular_convention(tag, msg, context):
3636

3737
karma_convention_help = \
3838
"""
39-
General format:
39+
The karma convention:
4040
4141
<tag>(<scope>): <message>
4242
<BLANK>

commit_helper/conventions/symphony_cmf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ def symphony_convention(tag, msg):
66

77
symphony_convention_help = \
88
"""
9-
General format:
9+
The symphony CMF convention:
1010
1111
[<Tag>] <message>
1212
<BLANK>

commit_helper/conventions/tagged.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ def tagged_convention(tag, msg):
66

77
tagged_convention_help = \
88
"""
9-
Convention format:
9+
The tagged convention:
1010
1111
TAG: message
1212
<BLANK>

0 commit comments

Comments
 (0)