We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c07d691 commit fdd47b1Copy full SHA for fdd47b1
@commitlint/format/src/index.js
@@ -62,7 +62,8 @@ function formatResult(result = {}, options = {}) {
62
const decoration = enabled ? chalk[color](sign) : sign;
63
const summary = `${decoration} found ${errors.length} problems, ${
64
warnings.length
65
- } warnings`;
+ } warnings\n Need help? -> https://github.com/marionebl/commitlint#what-is-commitlint
66
+ `;
67
return [...problems, enabled ? chalk.bold(summary) : summary];
68
}
69
0 commit comments