class Govuk::Lint::ConfigFile

def config_file_path

def config_file_path
  return BASE_CONFIG_FILE unless File.exist?(local_config_file_path)
  tempfile_for_configs.path
end