class RuboCop::ResultCache

def symlink_protection_triggered?(path)

def symlink_protection_triggered?(path)
  !@allow_symlinks_in_cache_location && any_symlink?(path)
end