rubocop-performance is being spun out of rubocop

This commit is contained in:
Thomas Walpole 2019-03-27 13:27:40 -07:00
parent 53fdc9d8ee
commit 4730abc89b
2 changed files with 2 additions and 0 deletions

View File

@ -1,5 +1,6 @@
require:
- rubocop-rspec
- rubocop-performance
AllCops:
DisabledByDefault: false

View File

@ -44,6 +44,7 @@ Gem::Specification.new do |s|
s.add_development_dependency('rake')
s.add_development_dependency('rspec', ['>= 3.5.0'])
s.add_development_dependency('rubocop')
s.add_development_dependency('rubocop-performance')
s.add_development_dependency('rubocop-rspec')
s.add_development_dependency('selenium-webdriver', ['~>3.5'])
s.add_development_dependency('selenium_statistics')