indexzero / git-lint

Lint gitconfig files for fun and profit

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

git-lint

Lint gitconfig files for fun and profit

Usage

var gitLint = require('git-lint');

gitLint(function (err) {
  if (err) {
    console.dir(err);
    return process.exit(1);
  }

  console.log('git-lint ok!');
});

Rules

AUTHOR: Charlie Robbins
LICENSE: MIT

About

Lint gitconfig files for fun and profit

License:MIT License


Languages

Language:JavaScript 100.0%