File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -62,7 +62,7 @@ function formatResult(result = {}, options = {}) {
6262 const decoration = enabled ? chalk [ color ] ( sign ) : sign ;
6363 const summary = `${ decoration } found ${ errors . length } problems, ${
6464 warnings . length
65- } warnings \n (Need help? -> https://github.com/marionebl/commitlint#what-is-commitlint)\n\n`;
65+ } warnings \n (Need help? -> https://github.com/marionebl/commitlint#what-is-commitlint )\n\n`;
6666 return [ ...problems , enabled ? chalk . bold ( summary ) : summary ] ;
6767}
6868
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ import format from '.';
66const ok = chalk . bold (
77 `${ chalk . green (
88 '✔'
9- ) } found 0 problems, 0 warnings \n (Need help? -> https://github.com/marionebl/commitlint#what-is-commitlint)\n\n`
9+ ) } found 0 problems, 0 warnings \n (Need help? -> https://github.com/marionebl/commitlint#what-is-commitlint )\n\n`
1010) ;
1111
1212test ( 'does nothing without arguments' , t => {
You can’t perform that action at this time.
0 commit comments