Start using Rubocop from Github, it supports our config.

This commit is contained in:
Jordon Bedwell 2016-01-12 06:59:09 -06:00
parent 712c16a7f1
commit 5555db8c72
1 changed files with 1 additions and 1 deletions

View File

@ -3,8 +3,8 @@ gemspec :name => "jekyll"
gem "rake", "~> 10.1"
group :development do
gem "rubocop"
gem "launchy", "~> 2.3"
gem "rubocop", :branch => :master, :github => "bbatsov/rubocop"
gem "pry"
end