diff --git a/config/forced_rubocop_config.yml b/config/forced_rubocop_config.yml index a345086b..a5f80b15 100644 --- a/config/forced_rubocop_config.yml +++ b/config/forced_rubocop_config.yml @@ -45,6 +45,18 @@ Layout/EndAlignment: Layout/EndOfLine: Enabled: false +# Complying with this lint requires the use of pipes which causes a conflict with MultilinePipe. +Layout/FirstArrayElementLineBreak: + Enabled: false + +# Complying with this lint requires the use of pipes which causes a conflict with MultilinePipe. +Layout/FirstHashElementLineBreak: + Enabled: false + +# Complying with this lint requires the use of pipes which causes a conflict with MultilinePipe. +Layout/FirstMethodArgumentLineBreak: + Enabled: false + # Turning this cop on can turn # = content_tag(:span) do # - foo