module RuboCop::Server::ServerCommand::Base::Runner

def run

def run
  validate_token!
  Dir.chdir(@cwd) do
    super
  end
end