Added Git Cop support.

- Ensures Git commits are consistent.
- [Details](https://github.com/bkuhlmann/git-cop).
This commit is contained in:
Brooke Kuhlmann
2017-06-18 16:05:53 -06:00
parent 88494e2ed3
commit 18dccd7773
6 changed files with 49 additions and 0 deletions

6
Gemfile Normal file
View File

@@ -0,0 +1,6 @@
# frozen_string_literal: true
source "https://rubygems.org"
gem "rake", "~> 12.0"
gem "git-cop", "~> 1.0"