We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ba16783 commit 0d5086eCopy full SHA for 0d5086e
commitizen/commands/check.py
@@ -57,7 +57,7 @@ def __call__(self):
57
]
58
displayed_msgs_content = "\n".join(
59
[
60
- f"commit {commit.rev}: {commit.message}"
+ f'commit "{commit.rev}": "{commit.message}"'
61
for commit in ill_formated_commits
62
63
)
0 commit comments