@commitlint/config-angular
Advanced tools
Comparing version 4.2.1 to 4.3.0
@@ -6,2 +6,13 @@ # Change Log | ||
<a name="4.3.0"></a> | ||
# [4.3.0](https://github.com/marionebl/commitlint/compare/v4.2.2...v4.3.0) (2017-11-08) | ||
### Bug Fixes | ||
* **core:** deprecate nlp rules ([bbab1d8](https://github.com/marionebl/commitlint/commit/bbab1d8)), closes [#54](https://github.com/marionebl/commitlint/issues/54) | ||
<a name="4.2.1"></a> | ||
@@ -8,0 +19,0 @@ ## [4.2.1](https://github.com/marionebl/commitlint/compare/v4.2.0...v4.2.1) (2017-10-18) |
module.exports = { | ||
rules: { | ||
'body-leading-blank': [1, 'always'], | ||
'body-tense': [1, 'always', ['present-imperative']], | ||
'footer-leading-blank': [1, 'always'], | ||
'footer-tense': [1, 'always', ['present-imperative']], | ||
'header-max-length': [2, 'always', 72], | ||
lang: [1, 'always', 'eng'], | ||
'scope-case': [2, 'always', 'lowerCase'], | ||
'subject-empty': [2, 'never'], | ||
'subject-full-stop': [2, 'never', '.'], | ||
'subject-tense': [1, 'always', ['present-imperative']], | ||
'type-case': [2, 'always', 'lowerCase'], | ||
@@ -14,0 +10,0 @@ 'type-empty': [2, 'never'], |
{ | ||
"name": "@commitlint/config-angular", | ||
"version": "4.2.1", | ||
"version": "4.3.0", | ||
"description": "Shareable commitlint config enforcing the angular commit convention", | ||
@@ -5,0 +5,0 @@ "scripts": { |
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
4371
29