Enable the Stlye/BlockDelimiters cop
This commit is contained in:
parent
a8f700b572
commit
fba8d97256
3 changed files with 17 additions and 15 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue