Skip to content

Conversation

@orien
Copy link
Member

@orien orien commented Dec 9, 2025

No description provided.

Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR resolves RuboCop Layout/* issues across the codebase by applying automated formatting corrections. The changes focus on improving code formatting consistency without altering functionality, including fixing line breaks, indentation, spacing, and heredoc formatting.

Key changes:

  • Fixed multi-line method call indentation and argument alignment
  • Corrected spacing around operators, keywords, and delimiters
  • Standardized heredoc formatting and empty line placement
  • Updated .rubocop_todo.yml to remove resolved Layout/* offenses

Reviewed changes

Copilot reviewed 127 out of 138 changed files in this pull request and generated no comments.

Show a summary per file
File Description
stack_master.gemspec Added blank line after magic comment, split long string across lines
spec/**/*_spec.rb (multiple) Fixed indentation, spacing, and multi-line formatting in test files
lib/**/*.rb (multiple) Corrected alignment, spacing, and conditional formatting in source files
features/step_definitions/*.rb Fixed multi-line regular expressions and method call formatting
.rubocop_todo.yml Removed resolved Layout/* cop exclusions
CHANGELOG.md Added entry documenting the RuboCop fixes
Rakefile Changed string to word array format

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Copy link
Contributor

@simpson-ross simpson-ross left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No changes I see here are concerning.

@orien orien merged commit 2906cdc into master Dec 19, 2025
22 checks passed
@orien orien deleted the rubo branch December 19, 2025 08:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants