@commitlint/rules
Advanced tools
Comparing version 17.6.5 to 17.6.7
@@ -9,3 +9,3 @@ "use strict"; | ||
const subjectFullStop = (parsed, when = 'always', value = '.') => { | ||
let colonIndex = parsed.header.indexOf(':'); | ||
const colonIndex = parsed.header.indexOf(':'); | ||
if (colonIndex > 0 && colonIndex === parsed.header.length - 1) { | ||
@@ -12,0 +12,0 @@ return [true]; |
{ | ||
"name": "@commitlint/rules", | ||
"version": "17.6.5", | ||
"version": "17.6.7", | ||
"description": "Lint your commit messages", | ||
@@ -38,3 +38,3 @@ "main": "lib/index.js", | ||
"devDependencies": { | ||
"@commitlint/parse": "^17.6.5", | ||
"@commitlint/parse": "^17.6.7", | ||
"@commitlint/test": "^17.4.2", | ||
@@ -46,3 +46,3 @@ "@commitlint/utils": "^17.4.0", | ||
"dependencies": { | ||
"@commitlint/ensure": "^17.4.4", | ||
"@commitlint/ensure": "^17.6.7", | ||
"@commitlint/message": "^17.4.2", | ||
@@ -53,3 +53,3 @@ "@commitlint/to-lines": "^17.4.0", | ||
}, | ||
"gitHead": "af2f3a82d38ea0272578c8066565a0e6cf5810b0" | ||
"gitHead": "a90ffe98bc4abe16a353f836927d2f8867797080" | ||
} |
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
83447
Updated@commitlint/ensure@^17.6.7