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 'web-console'
|
||||||
gem 'rack-handlers'
|
gem 'rack-handlers'
|
||||||
gem 'xray-rails'
|
gem 'xray-rails'
|
||||||
|
gem 'rubocop', require: false
|
||||||
gem 'haml-lint'
|
gem 'haml-lint'
|
||||||
gem 'scss_lint', require: false
|
gem 'scss_lint', require: false
|
||||||
end
|
end
|
||||||
|
|
|
@ -714,6 +714,7 @@ DEPENDENCIES
|
||||||
rest-client
|
rest-client
|
||||||
rgeo-geojson
|
rgeo-geojson
|
||||||
rspec-rails (~> 3.0)
|
rspec-rails (~> 3.0)
|
||||||
|
rubocop
|
||||||
sass-rails (~> 5.0)
|
sass-rails (~> 5.0)
|
||||||
scenic
|
scenic
|
||||||
scss_lint
|
scss_lint
|
||||||
|
|
Loading…
Reference in a new issue