class RuboCop::Config

def path_relative_to_config(path)

def path_relative_to_config(path)
  relative_path(path, base_dir_for_path_parameters)
end