@commitlint/is-ignored
Advanced tools
Comparing version 6.1.2 to 6.1.3
@@ -22,2 +22,4 @@ 'use strict'; | ||
return _semver2.default.valid(c.split('\n').shift().replace(/^chore(\([^)]+\))?:/, '').trim()); | ||
}, function (c) { | ||
return c.match(/^Merged (.*?)(in|into) (.*)/); | ||
}]; | ||
@@ -24,0 +26,0 @@ |
@@ -90,2 +90,7 @@ 'use strict'; | ||
}); | ||
(0, _ava2.default)('should return true for bitbucket merge commits', function (t) { | ||
t.true((0, _2.default)('Merged in feature/facebook-friends-sync (pull request #8)')); | ||
t.true((0, _2.default)('Merged develop into feature/component-form-select-card')); | ||
}); | ||
//# sourceMappingURL=index.test.js.map |
{ | ||
"name": "@commitlint/is-ignored", | ||
"version": "6.1.2", | ||
"version": "6.1.3", | ||
"description": "Lint your commit messages", | ||
@@ -62,8 +62,8 @@ "main": "lib/index.js", | ||
"devDependencies": { | ||
"@commitlint/parse": "^6.1.2", | ||
"@commitlint/test": "^6.1.2", | ||
"@commitlint/utils": "^6.1.2", | ||
"@commitlint/parse": "^6.1.3", | ||
"@commitlint/test": "^6.1.3", | ||
"@commitlint/utils": "^6.1.3", | ||
"ava": "0.22.0", | ||
"babel-cli": "6.26.0", | ||
"babel-preset-commitlint": "^6.1.2", | ||
"babel-preset-commitlint": "^6.1.3", | ||
"babel-register": "6.26.0", | ||
@@ -70,0 +70,0 @@ "concurrently": "3.5.1", |
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
14786
96