class RuboCop::RSpec::Plugin

def rules(_context)

def rules(_context)
  project_root = Pathname.new(__dir__).join('../../..')
  ConfigObsoletion.files << project_root.join('config', 'obsoletion.yml')
  LintRoller::Rules.new(
    type: :path,
    config_format: :rubocop,
    value: project_root.join('config/default.yml')
  )
end