Skip to content

Align parameters according to the standard and/or Rubocop  #102

@skozz

Description

@skozz

Right now if I want to indent according to the standard of community I can't, i.e:

Correct way:

  validates :data_a, :data_b, 
            :data_c, :data_d, :data_e

But BeatifyRuby changes indention to:

  validates :data_a, :data_b,
    :data_c, :data_d, :data_e

Therefore, is not friendly with Rubocop:

Align the parameters of a method call if they span more than one line.

If you let me some clues about where is this part on the code I can try a PR if you want :D

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions