Problem
The next branch currently fails bundle exec rubocop with 4 autocorrectable offenses, causing the dispatcher build gate to fail across all PRs.
Goal
Make next rubocop-clean by fixing these existing offenses.
Offenses (current)
- Rakefile: spacing around
<<
- core/lib/workarea/configuration.rb: indentation
- core/lib/workarea/ext/freedom_patches/bson_document.rb: trailing whitespace
- core/test/lib/workarea/elasticsearch/document_test.rb: trailing whitespace
Acceptance Criteria
bundle exec rubocop exits 0 on next
- No behavioral changes; formatting-only
Notes
Once merged, rerun build gate on the ready-for-review queue.