class RuboCop::Server::CLI

def allowed_option_count

def allowed_option_count
  Cache.cache_root_path ? 2 : 1
end