lib/salsify_rubocop.rb in salsify_rubocop-0.63.0 vs lib/salsify_rubocop.rb in salsify_rubocop-0.78.0
- old
+ new
@@ -1,5 +1,7 @@
require 'salsify_rubocop/version'
+require 'rubocop-performance'
+require 'rubocop-rails'
require 'rubocop-rspec'
# Because RuboCop doesn't yet support plugins, we have to monkey patch in a
# bit of our configuration. Based on approach from rubocop-rspec:
DEFAULT_FILES = File.expand_path('../config/default.yml', __dir__)