File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -41,7 +41,7 @@ The script supports additional parameters to customize its behavior:
41
41
42
42
- `--subject-min-length` : Minimum length of the 'Summary' field in commit message. Defaults to `20`.
43
43
44
- - `--subject-max-length` : Maximum length of the 'Summary' field in commit message. Defaults to `50 `.
44
+ - `--subject-max-length` : Maximum length of the 'Summary' field in commit message. Defaults to `72 `.
45
45
46
46
- `--body-max-line-length` : Maximum length of a line in the commit message body. Defaults to `100`.
47
47
@@ -108,7 +108,7 @@ pytest
108
108
` ` `
109
109
... or create a content in file `test_message.txt` and run:
110
110
` ` ` sh
111
- python -m conventional_precommit_linter.hook --subject-min-length 20 --subject-max-length 50 --body-max-line-length 100 test_message.txt
111
+ python -m conventional_precommit_linter.hook --subject-min-length 20 --subject-max-length 72 --body-max-line-length 100 test_message.txt
112
112
` ` `
113
113
114
114
.... or (with default arguments):
You can’t perform that action at this time.
0 commit comments