class RuboCop::Rake::Plugin

def rules(_context)

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