Fix linter

This commit is contained in:
Damien Le Thiec 2023-02-11 22:51:37 +01:00
parent dbb92e7fd3
commit 4a6841c009

View file

@ -9,7 +9,6 @@ class TypesDeChamp::PrefillRepetitionTypeDeChamp < TypesDeChamp::PrefillTypeDeCh
].join("</br>").html_safe # rubocop:disable Rails/OutputSafety ].join("</br>").html_safe # rubocop:disable Rails/OutputSafety
end end
def example_value def example_value
[row_values_format, row_values_format].map { |row| row.to_s.gsub("=>", ":") } [row_values_format, row_values_format].map { |row| row.to_s.gsub("=>", ":") }
end end
@ -39,5 +38,4 @@ class TypesDeChamp::PrefillRepetitionTypeDeChamp < TypesDeChamp::PrefillTypeDeCh
@prefillable_subchamps ||= @prefillable_subchamps ||=
TypesDeChamp::PrefillTypeDeChamp.wrap(active_revision_type_de_champ.revision_types_de_champ.map(&:type_de_champ).filter(&:prefillable?)) TypesDeChamp::PrefillTypeDeChamp.wrap(active_revision_type_de_champ.revision_types_de_champ.map(&:type_de_champ).filter(&:prefillable?))
end end
end end