@commitlint/is-ignored
Advanced tools
Comparing version 8.3.0 to 8.3.2
"use strict"; | ||
var __spreadArrays = (this && this.__spreadArrays) || function () { | ||
for (var s = 0, i = 0, il = arguments.length; i < il; i++) s += arguments[i].length; | ||
for (var r = Array(s), k = 0, i = 0; i < il; i++) | ||
for (var a = arguments[i], j = 0, jl = a.length; j < jl; j++, k++) | ||
r[k] = a[j]; | ||
return r; | ||
}; | ||
var __importStar = (this && this.__importStar) || function (mod) { | ||
@@ -25,5 +32,5 @@ if (mod && mod.__esModule) return mod; | ||
var base = opts.defaults === false ? [] : Defaults.wildcards; | ||
return base.concat(ignores).some(function (w) { return w(commit); }); | ||
return __spreadArrays(base, ignores).some(function (w) { return w(commit); }); | ||
} | ||
exports["default"] = isIgnored; | ||
//# sourceMappingURL=is-ignored.js.map |
{ | ||
"name": "@commitlint/is-ignored", | ||
"version": "8.3.0", | ||
"version": "8.3.2", | ||
"description": "Lint your commit messages", | ||
@@ -37,3 +37,3 @@ "main": "lib/index.js", | ||
"devDependencies": { | ||
"@commitlint/parse": "^8.3.0", | ||
"@commitlint/parse": "^8.3.2", | ||
"@commitlint/test": "8.2.0", | ||
@@ -46,3 +46,3 @@ "@commitlint/utils": "^8.3.0" | ||
}, | ||
"gitHead": "e2edc43219f5005cee5222133859bb0e839c4a05" | ||
"gitHead": "0382070379cfc841da8dc57718d232d1649dac6f" | ||
} |
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
12901
79