class RuboCop::RemoteConfig

def cache_path

def cache_path
  File.expand_path(".rubocop-#{cache_name_from_uri}", @base_dir)
end