class RuboCop::Cop::Generator::ConfigurationInjector

def cop_name_line?(yaml)

def cop_name_line?(yaml)
  !/^[\s#]/.match?(yaml)
end