removing github rubocop gem and adding the config into the project directly.

This commit is contained in:
mccabe615
2017-11-14 10:44:05 -05:00
parent cc53212a68
commit 26b24a1ca5
5 changed files with 441 additions and 8 deletions
+1 -1
View File
@@ -32,7 +32,7 @@ group :development, :mysql do
gem 'travis-lint'
gem 'better_errors'
gem 'binding_of_caller'
gem 'rubocop-github'
gem 'rubocop'
end
gem 'simplecov', :require => false, :group => :test