Skip to content

Fix rubocop Style/SelfAssignment offense in calendar.rb - #8

Merged
sonnyt merged 2 commits into
mainfrom
copilot/fix-lint-failing-job
Aug 27, 2026
Merged

Fix rubocop Style/SelfAssignment offense in calendar.rb#8
sonnyt merged 2 commits into
mainfrom
copilot/fix-lint-failing-job

Conversation

Copilot AI commented Aug 26, 2026

Copy link
Copy Markdown
Contributor

The CI lint job was failing due to a Style/SelfAssignment rubocop violation in lib/bundleup/unify/calendar.rb.

Change

  • lib/bundleup/unify/calendar.rb: Replace verbose self-assignment with idiomatic shorthand
# Before
params = params || {}

# After
params ||= {}

Co-authored-by: sonnyt <183387+sonnyt@users.noreply.github.com>
Copilot AI changed the title [WIP] Fix failing GitHub Actions job lint Fix rubocop Style/SelfAssignment offense in calendar.rb Aug 27, 2026
Copilot AI requested a review from sonnyt August 27, 2026 00:01
@sonnyt
sonnyt marked this pull request as ready for review August 27, 2026 00:03
@sonnyt
sonnyt merged commit 2459f58 into main Aug 27, 2026
7 checks passed
@sonnyt
sonnyt deleted the copilot/fix-lint-failing-job branch August 27, 2026 00:03
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.

2 participants