class RuboCop::Server::CLI

def use_server_option?(argv)

def use_server_option?(argv)
  (argv & SERVER_OPTIONS).any?
end