class RuboCop::Sorbet::Plugin

def about

def about
  LintRoller::About.new(
    name: "rubocop-sorbet",
    version: VERSION,
    homepage: "https://github.com/Shopify/rubocop-sorbet",
    description: "A collection of Rubocop rules for Sorbet.",
  )
end