class Rubocop::Config

def cop_enabled?(cop)

def cop_enabled?(cop)
  for_cop(cop).nil? || for_cop(cop)['Enabled']
end