diff --git a/@commitlint/format/src/index.js b/@commitlint/format/src/index.js index 8980f95731..e7ddadfb49 100644 --- a/@commitlint/format/src/index.js +++ b/@commitlint/format/src/index.js @@ -62,7 +62,7 @@ function formatResult(result = {}, options = {}) { const decoration = enabled ? chalk[color](sign) : sign; const summary = `${decoration} found ${errors.length} problems, ${ warnings.length - } warnings \n (Need help? -> https://github.com/marionebl/commitlint#what-is-commitlint )\n\n`; + } warnings \n (Need help? -> https://github.com/marionebl/commitlint#what-is-commitlint)\n\n`; return [...problems, enabled ? chalk.bold(summary) : summary]; }