We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2dc3e78 commit 8eaf37cCopy full SHA for 8eaf37c
commitizen/cz/base.py
@@ -133,7 +133,7 @@ def format_exception_message(
133
"commit validation: failed!\n"
134
"please enter a commit message in the commitizen format.\n"
135
f"{displayed_msgs_content}\n"
136
- f"pattern: {self.schema_pattern}"
+ f"pattern: {self.schema_pattern()}"
137
)
138
139
def info(self) -> str | None:
docs/customization.md
@@ -370,7 +370,7 @@ class CustomValidationCz(BaseCommitizen):
370
371
372
373
374
375
```
376
0 commit comments