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
-[commitlint.io](https://github.com/tomasen/commitlintio) - helps your project to ensures nice and tidy commit messages without needing any download or installation
14
+
-[commitlint.io](https://github.com/tomasen/commitlintio) - helps your project to ensure nice and tidy commit messages without needing any download or installation
15
15
-[commitlint plugin function rules](https://github.com/vidavidorra/commitlint-plugin-function-rules) - use functions as rule value to create rules based on commit messages, with regular expressions and more
16
16
-[commitlint-plugin-selective-scope](https://github.com/ridvanaltun/commitlint-plugin-selective-scope) - limit scopes per type with regular expressions and plain text
17
17
-[commitlint-gitlab-ci](https://gitlab.com/dmoonfire/commitlint-gitlab-ci/) - a small wrapper around `commitlint` for working with the quirks of Gitlab's CI without failing jobs
Copy file name to clipboardExpand all lines: docs/reference-prompt.md
+6-6
Original file line number
Diff line number
Diff line change
@@ -9,22 +9,22 @@ There are three fields: `settings`, `messages` and `questions`
9
9
Set optional options.
10
10
11
11
-`enableMultipleScopes`: `(boolean)` Enable multiple scopes, select scope with a radio list, disabled by default.
12
-
-`scopeEnumSeparator`: `(string)` Commitlint supports [multiple scopes](./concepts-commit-conventions.md?id=multiple-scopes), you can specify the delimiter.It is applied when `enableMultipleScopes` set true.
12
+
-`scopeEnumSeparator`: `(string)` Commitlint supports [multiple scopes](./concepts-commit-conventions.md?id=multiple-scopes), you can specify the delimiter.It is applied when `enableMultipleScopes` set true.
13
13
14
14
## `messages`
15
15
16
16
Set hint contents, you can configure it to support localization.
17
17
18
-
-`skip`: The field can be skip by enter
18
+
-`skip`: The field can be skipped by pressing enter
19
19
-`max`: Maximum number of characters
20
20
-`min`: Minimum number of characters
21
-
-`emptyWarning`: The field can not be empty
22
-
-`upperLimitWarning`: The characters limit is exceeded
23
-
-`lowerLimitWarning`: The characters is less than lower limit
21
+
-`emptyWarning`: The field cannot be empty
22
+
-`upperLimitWarning`: The character limit is exceeded
23
+
-`lowerLimitWarning`: The characters are less than lower limit
24
24
25
25
## `questions`
26
26
27
-
Specify the interactive steps, Steps can only be configure in
27
+
Specify the interactive steps, Steps can only be configured in
0 commit comments