Skip to content

Fix rubocop spacing violation in Hookable concern#13

Merged
oriolgual merged 3 commits intoimproved-hooksfrom
copilot/sub-pr-7
Feb 13, 2026
Merged

Fix rubocop spacing violation in Hookable concern#13
oriolgual merged 3 commits intoimproved-hooksfrom
copilot/sub-pr-7

Conversation

Copy link
Contributor

Copilot AI commented Feb 13, 2026

Addresses rubocop Layout/SpaceInsideBlockBraces violation and removes accidentally committed vendor dependencies.

Changes:

  • Add space inside empty block braces in hookable.rb:16 ({}{ })
  • Remove vendor/bundle/ from repository and add to .gitignore
# Before
run_around_hook(status) {}

# After
run_around_hook(status) { }

💬 We'd love your input! Share your thoughts on Copilot coding agent in our 2 minute survey.

Copilot AI and others added 2 commits February 13, 2026 09:29
Co-authored-by: oriolgual <5254+oriolgual@users.noreply.github.com>
Co-authored-by: oriolgual <5254+oriolgual@users.noreply.github.com>
Copilot AI changed the title [WIP] Add before and around hooks for lifecycle Fix rubocop spacing violation in Hookable concern Feb 13, 2026
Copilot AI requested a review from oriolgual February 13, 2026 09:33
@oriolgual oriolgual marked this pull request as ready for review February 13, 2026 09:35
@oriolgual oriolgual merged commit e850813 into improved-hooks Feb 13, 2026
11 checks passed
@oriolgual oriolgual deleted the copilot/sub-pr-7 branch February 13, 2026 09:35
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