Add RuboCop

This commit is contained in:
Patrick Gansterer 2021-03-01 13:41:50 +01:00
parent 9a7d4bf07d
commit fa63e6e81d
5 changed files with 2503 additions and 0 deletions

View file

@ -90,6 +90,9 @@ group :development do
end
group :development, :test do
gem 'rubocop', require: false
gem 'rubocop-rails', require: false
gem 'rubocop-rspec', require: false
gem 'ruby-prof', require: false
# allow to use `debugger` https://github.com/conradirwin/pry-rescue