Conversation
There was a problem hiding this comment.
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.ymlto 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.
simpson-ross
approved these changes
Dec 19, 2025
simpson-ross
left a comment
Contributor
There was a problem hiding this comment.
No changes I see here are concerning.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.