Skip to content

WA-OPS: Fix rubocop offenses on next (unblocks build gate) #653

@kitcommerce

Description

@kitcommerce

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions