Add rubocop

This commit is contained in:
Nelson Jovel 2022-01-15 12:06:59 +01:00
parent cc698add07
commit 75d9d9e891
2 changed files with 21 additions and 2 deletions

View file

@ -68,6 +68,7 @@ group :development do
# Spring speeds up development by keeping your application running in the background. Read more: https://github.com/rails/spring
gem 'bullet'
gem 'nested_scaffold'
gem 'rubocop', require: false
gem 'seed_dump'
gem 'spring'
gem 'spring-watcher-listen', '~> 2.0.0'