class RuboCop::ThreadSafety::Plugin

def about

:nocov:
def about
  LintRoller::About.new(
    name: 'rubocop-thread_safety',
    version: Version::STRING,
    homepage: 'https://github.com/rubocop/rubocop-thread_safety',
    description: 'Thread-safety checks via static analysis.'
  )
end