@commitlint/format
Advanced tools
Comparing version 7.3.1 to 7.4.0
@@ -6,2 +6,13 @@ # Change Log | ||
<a name="7.4.0"></a> | ||
# [7.4.0](https://github.com/marionebl/commitlint/compare/v7.3.2...v7.4.0) (2019-01-27) | ||
### Bug Fixes | ||
* correction to need help link ([#540](https://github.com/marionebl/commitlint/issues/540)) ([fa6168a](https://github.com/marionebl/commitlint/commit/fa6168a)) | ||
<a name="7.3.1"></a> | ||
@@ -8,0 +19,0 @@ ## [7.3.1](https://github.com/marionebl/commitlint/compare/v7.3.0...v7.3.1) (2019-01-11) |
@@ -77,3 +77,3 @@ 'use strict'; | ||
const decoration = enabled ? _chalk2.default[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`; | ||
const summary = `${decoration} found ${errors.length} problems, ${warnings.length} warnings \n (Need help? -> https://github.com/marionebl/commitlint#what-is-commitlint )\n\n`; | ||
return [...problems, enabled ? _chalk2.default.bold(summary) : summary]; | ||
@@ -80,0 +80,0 @@ } |
@@ -19,3 +19,3 @@ 'use strict'; | ||
const ok = _chalk2.default.bold(`${_chalk2.default.green('✔')} found 0 problems, 0 warnings \n (Need help? -> https://github.com/marionebl/commitlint#what-is-commitlint)\n\n`); | ||
const ok = _chalk2.default.bold(`${_chalk2.default.green('✔')} found 0 problems, 0 warnings \n (Need help? -> https://github.com/marionebl/commitlint#what-is-commitlint )\n\n`); | ||
@@ -22,0 +22,0 @@ (0, _ava2.default)('does nothing without arguments', t => { |
{ | ||
"name": "@commitlint/format", | ||
"version": "7.3.1", | ||
"version": "7.4.0", | ||
"description": "Format commitlint reports", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
23102