Skip to content

Commit

Permalink
Modernize stage II (#39)
Browse files Browse the repository at this point in the history
Fix production white-space related offenses

- Layout/AccessModifierIndentation
- Layout/ArgumentAlignment
- Layout/ElseAlignment
- Layout/EmptyLineBetweenDefs
- Layout/EmptyLinesAroundAccessModifier
- Layout/EmptyLinesAroundClassBody
- Layout/EmptyLinesAroundModuleBody
- Layout/EndAlignment
- Layout/ExtraSpacing (and Style/MultilineWhenThen)
- Layout/HeredocIndentation
- Layout/IndentationConsistency
- Layout/IndentationWidth
- Layout/LeadingCommentSpace
- Layout/MultilineMethodCallIndentation
- Layout/SpaceAfterComma
- Layout/SpaceAroundEqualsInParameterDefault
- Layout/SpaceAroundOperators
- Layout/SpaceInLambdaLiteral
- Layout/SpaceInsideArrayLiteralBrackets
- Layout/SpaceInsideBlockBraces
- Layout/SpaceInsideHashLiteralBraces
- Layout/SpaceInsideParens
- Layout/SpaceInsidePercentLiteralDelimiters
- Layout/SpaceInsideRangeLiteral
  • Loading branch information
tagliala authored Jan 21, 2024
1 parent b2070e8 commit 1658598
Show file tree
Hide file tree
Showing 26 changed files with 848 additions and 390 deletions.
1 change: 0 additions & 1 deletion .rubocop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ AllCops:
TargetRailsVersion: 7.0
TargetRubyVersion: 3.0
Exclude:
- 'lib/**/*'
- 'gemfiles/**/*'
- 'vendor/bundle/**/*'
- 'tmp/**/*'
Expand Down
Loading

0 comments on commit 1658598

Please sign in to comment.