add rubocop-performance for testing

This commit is contained in:
Alexander Meindl 2019-04-09 08:32:01 +02:00
parent 1d859643c4
commit 6e6a994d9f
2 changed files with 3 additions and 0 deletions

View File

@ -1,3 +1,5 @@
require: rubocop-performance
Rails:
Enabled: true

View File

@ -6,6 +6,7 @@ gem 'slim-rails'
group :test do
gem 'brakeman', require: false
gem 'rubocop', require: false
gem 'rubocop-performance', require: false
gem 'slim_lint', require: false
end