File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -40,7 +40,7 @@ const configuration = {
40
40
description : {
41
41
color : 'toggle colored output' ,
42
42
cwd : 'directory to execute in' ,
43
- edit : 'read last commit message found in ./git/COMMIT_EDITMSG' ,
43
+ edit : 'read last commit message found in ./. git/COMMIT_EDITMSG' ,
44
44
extends : 'array of shareable configurations to extend' ,
45
45
from : 'lower end of the commit range to lint; applies if edit=false' ,
46
46
to : 'upper end of the commit range to lint; applies if edit=false' ,
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ npm install --save-dev @commitlint/cli
14
14
15
15
[input] reads from stdin if --edit, --from, --to are omitted
16
16
--color, -c toggle formatted output, defaults to: true
17
- --edit, -e read last commit message found in ./git/COMMIT_EDITMSG
17
+ --edit, -e read last commit message found in ./. git/COMMIT_EDITMSG
18
18
--extends, -x array of resolvable ids pointing to shareable configurations to extend
19
19
--from, -f lower end of the commit range to lint; applies if edit=false
20
20
--to, -t upper end of the commit range to lint; applies if edit=false
You can’t perform that action at this time.
0 commit comments