You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit enables:
* Layout/EmptyLineBetweenDefs - makes sure that two method definitions
are separated by a blank line.
* Layout/ParameterAlignment - makes sure that method parameters are
aligned with the first parameter
* Naming/VariableName - prohibits non-snake_case variable names
0 commit comments