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 @@ -62,7 +62,7 @@ function formatResult(result = {}, options = {}) {
62
62
const decoration = enabled ? chalk [ color ] ( sign ) : sign ;
63
63
const summary = `${ decoration } found ${ errors . length } problems, ${
64
64
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`;
66
66
return [ ...problems , enabled ? chalk . bold ( summary ) : summary ] ;
67
67
}
68
68
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ import format from '.';
6
6
const ok = chalk . bold (
7
7
`${ chalk . green (
8
8
'✔'
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`
10
10
) ;
11
11
12
12
test ( 'does nothing without arguments' , t => {
You can’t perform that action at this time.
0 commit comments