Enable the Stlye/BlockDelimiters cop

This commit is contained in:
gregoirenovel 2018-12-18 22:08:14 +01:00
parent a8f700b572
commit fba8d97256
3 changed files with 17 additions and 15 deletions

View file

@ -167,13 +167,13 @@ module TagsSubstitutionConcern
end
def types_de_champ_tags(types_de_champ, available_for_states)
types_de_champ.map { |tdc|
types_de_champ.map do |tdc|
{
libelle: tdc.libelle,
description: tdc.description,
available_for_states: available_for_states
}
}
end
end
def replace_tags(text, dossier)