lib/salsify_rubocop.rb in salsify_rubocop-1.59.0 vs lib/salsify_rubocop.rb in salsify_rubocop-1.59.1
- old
+ new
@@ -1,9 +1,10 @@
# frozen_string_literal: true
require 'salsify_rubocop/version'
require 'rubocop-performance'
require 'rubocop-rails'
+require 'rubocop-rake'
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__)