core-validate-commit:验证Node.js核心的提交消息

时间:2021-04-30 00:43:39
【文件属性】:
文件名称:core-validate-commit:验证Node.js核心的提交消息
文件大小:31KB
文件格式:ZIP
更新时间:2021-04-30 00:43:39
nodejs node JavaScript 核心验证提交 验证节点核心中特定提交的提交消息 安装 $ npm install [-g] core-validate-commit 用法 # for a single commit $ core-validate-commit < sha> # validate since $ git rev-list < sha> ..HEAD | xargs core-validate-commit # list all rules $ core-validate-commit --list fixes-url enforce format of Fixes URLs line-after-title enforce a blank newline after the commit title line-length enforce max le
【文件预览】:
core-validate-commit-main
----.gitignore(37B)
----package.json(1KB)
----.npmrc(19B)
----bin()
--------cmd.js(3KB)
--------usage.txt(1KB)
----LICENSE(1KB)
----index.js(48B)
----.github()
--------workflows()
----README.md(1KB)
----lib()
--------format-pretty.js(2KB)
--------format-tap.js(2KB)
--------index.js(2KB)
--------utils.js(1KB)
--------tap.js(2KB)
--------rule.js(662B)
--------rules()
----test()
--------rule-test.js(481B)
--------validator.js(12KB)
--------cli-test.js(3KB)
--------utils-test.js(3KB)
--------rules()
--------fixtures()

网友评论