Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

voxpupuli-rubocop: Switch to 2.8.0 #126

Merged
merged 1 commit into from
Oct 21, 2024
Merged

Conversation

bastelfreak
Copy link
Member

No description provided.

@@ -46,7 +46,7 @@ def bump!(level = :patch)
end

%i[major minor patch full].each do |level|
define_method("bump_#{level}!") { bump!(level) }
define_method(:"bump_#{level}!") { bump!(level) }
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don't know if this is sane or not, but it was done by the rubocop safe autocorrect

Copy link
Member

@jay7x jay7x left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🙈

@bastelfreak bastelfreak merged commit 3a00338 into voxpupuli:master Oct 21, 2024
6 checks passed
@bastelfreak bastelfreak deleted the vr branch October 21, 2024 08:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants