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

9
Rakefile Normal file
View File

@@ -0,0 +1,9 @@
# frozen_string_literal: true
begin
require "git/cop/rake/setup"
rescue LoadError => error
puts error.message
end
task default: :git_cop