Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Modernize stage II #39

Merged
merged 8 commits into from
Jan 21, 2024
Merged

Modernize stage II #39

merged 8 commits into from
Jan 21, 2024

Commits on Jan 21, 2024

  1. Include lib in RuboCop

    tagliala committed Jan 21, 2024
    Configuration menu
    Copy the full SHA
    b0107f7 View commit details
    Browse the repository at this point in the history
  2. Fix white-space related offenses

    - Layout/AccessModifierIndentation
    - Layout/EmptyLineBetweenDefs
    - Layout/EmptyLinesAroundAccessModifier
    - Layout/EmptyLinesAroundClassBody
    - Layout/EmptyLinesAroundModuleBody
    - Layout/ExtraSpacing (and Style/MultilineWhenThen)
    - Layout/HeredocIndentation
    tagliala committed Jan 21, 2024
    Configuration menu
    Copy the full SHA
    9e2bbfe View commit details
    Browse the repository at this point in the history
  3. Fix other white-space related offenses

    - Layout/IndentationConsistency
    - Layout/IndentationWidth
    tagliala committed Jan 21, 2024
    Configuration menu
    Copy the full SHA
    c601039 View commit details
    Browse the repository at this point in the history
  4. Fix other white-space related offenses

    - Layout/SpaceAfterComma
    - Layout/SpaceAroundEqualsInParameterDefault
    - Layout/SpaceAroundOperators
    - Layout/SpaceInLambdaLiteral
    - Layout/SpaceInsideArrayLiteralBrackets
    - Layout/SpaceInsideBlockBraces
    - Layout/SpaceInsideHashLiteralBraces
    - Layout/SpaceInsideParens
    - Layout/SpaceInsidePercentLiteralDelimiters
    - Layout/SpaceInsideRangeLiteral
    tagliala committed Jan 21, 2024
    Configuration menu
    Copy the full SHA
    7a8c319 View commit details
    Browse the repository at this point in the history
  5. Fix white-space related offenses

    - Layout/ArgumentAlignment
    tagliala committed Jan 21, 2024
    Configuration menu
    Copy the full SHA
    482a71c View commit details
    Browse the repository at this point in the history
  6. Fix white-space related offenses

    - Layout/ElseAlignment
    - Layout/EndAlignment
    tagliala committed Jan 21, 2024
    Configuration menu
    Copy the full SHA
    5356ebd View commit details
    Browse the repository at this point in the history
  7. Fix white-space related offenses

    - Layout/LeadingCommentSpace
    tagliala committed Jan 21, 2024
    Configuration menu
    Copy the full SHA
    d644be8 View commit details
    Browse the repository at this point in the history
  8. Fix white-space related offenses

    - Layout/MultilineMethodCallIndentation
    tagliala committed Jan 21, 2024
    Configuration menu
    Copy the full SHA
    66cceac View commit details
    Browse the repository at this point in the history