Skip to content

Commit

Permalink
Enabled line length, disable enforced oneline if/unless
Browse files Browse the repository at this point in the history
  • Loading branch information
pouellet authored Jul 29, 2021
1 parent 7c7574b commit b678e20
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion rubocop_base_config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Layout/EmptyLinesAroundClassBody:
Layout/EmptyLinesAroundModuleBody:
Enabled: false
Layout/LineLength:
Enabled: false
Enabled: true
Layout/MultilineMethodCallIndentation:
EnforcedStyle: indented
Layout/SpaceAroundMethodCallOperator: # (new in 0.82)
Expand Down Expand Up @@ -124,6 +124,8 @@ Style/HashTransformKeys: # (new in 0.80)
Enabled: true
Style/HashTransformValues: # (new in 0.80)
Enabled: true
Style/IfUnlessModifier:
Enabled: false
Style/KeywordParametersOrder: # (new in 0.90)
Enabled: true
Style/Lambda:
Expand Down

0 comments on commit b678e20

Please sign in to comment.