grunt-dco

0.0.3 • Public • Published

Validate DCO signatures in git repositories.

Getting Started

This plugin requires Grunt ~0.4.0

If you haven't used Grunt before, be sure to check out the Getting Started guide, as it explains how to create a Gruntfile as well as install and use Grunt plugins. Once you're familiar with that process, you may install this plugin with this command:

npm install grunt-dco --save-dev

Once the plugin has been installed, it may be enabled inside your Gruntfile with this line of JavaScript:

grunt.loadNpmTasks('grunt-dco');

DCO task

Run this task with the grunt dco command.

Task targets, files and options may be specified according to the grunt Configuring tasks guide.

For more explanations of the errors DCO will throw at you please visit scottgonzalez/dco.

Options

Any specified option will be passed through directly to scottgonzalez/dco, thus you can specify any option that it supports. See scottgonzalez/dco documentation for a list of supported options.

path

Type: String Default: . ()

The path to the repository.

committish

Type: String Default: HEAD (current branch)

Committish range to analyze.

committish

Type: Object Default: {}

A hash of email addresses and names for authors who may commit without signing their commits.

License

MIT © Rafael Xavier de Souza

Readme

Keywords

Package Sidebar

Install

npm i grunt-dco

Weekly Downloads

10

Version

0.0.3

License

none

Last publish

Collaborators

  • rxaviers