Add the rubocop gem
This commit is contained in:
parent
fc9f5f8be6
commit
6f884e9740
2 changed files with 2 additions and 0 deletions
1
Gemfile
1
Gemfile
|
@ -122,6 +122,7 @@ group :development do
|
|||
gem 'web-console'
|
||||
gem 'rack-handlers'
|
||||
gem 'xray-rails'
|
||||
gem 'rubocop', require: false
|
||||
gem 'haml-lint'
|
||||
gem 'scss_lint', require: false
|
||||
end
|
||||
|
|
|
@ -714,6 +714,7 @@ DEPENDENCIES
|
|||
rest-client
|
||||
rgeo-geojson
|
||||
rspec-rails (~> 3.0)
|
||||
rubocop
|
||||
sass-rails (~> 5.0)
|
||||
scenic
|
||||
scss_lint
|
||||
|
|
Loading…
Reference in a new issue