The scope of your commit message should be one (or more) of the packages:EG:{ "config": { "validate-commit-msg": { "scope": { "required": true, "allowed": ["package-1", "package-2"], "validate": true, "multiple": true }, } } }Other...
$ npm install validate-commit-message Usage You can activate the hook from the command line of your project. $ node ./node_modules/.bin/validate-commit-msg A more consistent way is to add a script in your package.json. "scripts": { "init": "validate-commit-msg" } Then execute $ n...
"validate-commit-msg": { "maxSubjectLength": 72, "types": "conventional-commit-types" } }, "dependencies": { "async-retry": "^1.1.3", "babel-runtime": "^6.26.0", @@ -71,6 +65,8 @@ "similarity": "^1.1.0" }, "devDependencies": { "@commitlint/cli": "^6.0.2", "@comm...
refs/heads/camel-2.11.x 51423f7f0 -> 6e7036369 fixed two tiny bugs of the HL7DataFormat#isValidate() & HL7MLLPConfig#isValidate() methods. Project:http://git-wip-us.apache.org/repos/asf/camel/repoCommit:http://git-wip-us.apache.org/repos/asf/camel/commit/6e703636Tree:http://git-wip...