alert_about_unrecognized_cops

in lib/rubocop/config_patch.rb [11:16]


  def alert_about_unrecognized_cops(_)
    super
  rescue RuboCop::ValidationError => e
    warn e.message
  end