MilSpouseCoders / milspousecoders

The official MilSpouseCoders website

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Align Rubocop and Airbnb

crawfoal opened this issue · comments

Review Rubocop defaults and make modifications needed to align with Airbnb's Ruby style guide

Here are things that we cannot verify with RuboCop:

  • when parameters in a function definition do not fit on one line, there is no way to enforce that we have one parameter per line (we can enforce alignment with the first parameter though)

(list in progress)