adopt standard ruby formatting#613
Conversation
This was already being done inside the bosh-stemcell gem, now adding it at the top level as well.
|
Need the big picture first? Review this PR in Change Stack to see what changed before going file by file. No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Organization UI Review profile: ASSERTIVE Plan: Pro Run ID: ⛔ Files ignored due to path filters (1)
📒 Files selected for processing (3)
WalkthroughThis pull request applies a codebase-wide refactoring focused on code style consistency and linting infrastructure. The Gemfile is reformatted to use double-quoted strings for gem declarations. The Rakefile adds a require for standard/rake (linting support), refactors error handling in two build tasks from explicit begin/rescue blocks to inline rescue syntax, and normalizes all string literals to double quotes. The merge-builds script in ci/tasks/light-aws/ is updated with consistent double-quoted strings, a simplified run_command implementation, and double-quoted YAML key access. All functional behavior in build tasks and script logic remains unchanged. Suggested reviewers
🚥 Pre-merge checks | ✅ 4 | ❌ 1❌ Failed checks (1 warning)
✅ Passed checks (4 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
This was already being done inside the bosh-stemcell gem, now adding it at the top level as well.