joaocgreis / core-validate-commit

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

core-validate-commit

Build Status Coverage Status

Validate the commit message for a particular commit in node core

Install

$ npm install [-g] core-validate-commit

Usage

# for a single commit
$ core-validate-commit <sha>

# validate since <sha>
$ git rev-list <sha>..HEAD | xargs core-validate-commit

Test

$ npm test

Author

Evan Lucas

License

MIT (See LICENSE for more info)

About

License:MIT License


Languages

Language:JavaScript 100.0%