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: docs/config/check.md
+5-3Lines changed: 5 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -18,8 +18,10 @@ List of prefixes that commitizen ignores when verifying messages.
18
18
19
19
## `message_length_limit`
20
20
21
-
Type: `int`
21
+
- Type: `int`
22
+
- Default: `0` (no limit)
22
23
23
-
Default: `0`
24
+
Maximum length of the commit message. Setting it to `0` disables the length limit.
24
25
25
-
Maximum length of the commit message. Setting it to `0` disables the length limit. It can be overridden by the `-l/--message-length-limit` command line argument.
26
+
!!! note
27
+
This option can be overridden by the `-l/--message-length-limit` command line argument.
Current version. Example: `"0.1.2"`. Required if you use `version_provider = "commitizen"`.
16
16
17
-
###`style`
17
+
## `style`
18
18
19
19
- Type: `list`
20
20
- Default: `[]`
21
21
22
22
Style for the prompts (It will merge this value with default style.) See [Styling your prompts with your favorite colors](https://github.com/tmbo/questionary#additional-features) for more details.
23
23
24
-
###`customize`
24
+
## `customize`
25
25
26
26
- Type: `dict`
27
27
- Default: `None`
28
28
29
-
**This is only supported when config through `toml`.** Custom rules for committing and bumping. See [customization](../customization.md) for more details.
29
+
**This is only supported when config through `toml` configuration file.**
30
30
31
-
### `use_shortcuts`
31
+
Custom rules for committing and bumping. See [customization](../customization.md) for more details.
32
+
33
+
## `use_shortcuts`
32
34
33
35
- Type: `bool`
34
36
- Default: `False`
35
37
36
-
If enabled, Commitizen will show keyboard shortcuts when selecting from a list. Define a `key` for each of your choices to set the key. See [shortcut keys](../customization.md#shortcut-keys) for more details.
38
+
Show keyboard shortcuts when selecting from a list. Define a `key` for each of your choices to set the key. See [shortcut keys](../customization.md#shortcut-keys) for more details.
0 commit comments