Skip to content

chore: Fix all Rubocop errors#61

Merged
pauldambra merged 1 commit intomasterfrom
fix/rubocop-v2
May 14, 2025
Merged

chore: Fix all Rubocop errors#61
pauldambra merged 1 commit intomasterfrom
fix/rubocop-v2

Conversation

@rafaeelaudibert
Copy link
Copy Markdown
Member

Let's fix all Rubocop errors. This also uncovered some problems. We're saying in our gemfile we support Ruby 2+ but the code was broken, so fixed it. We should eventually just release a new version limiting us to Ruby 3.2+ (the only supported versions)

Syntax will look much simpler too once we can upgrade (can use &. for example)

I've added Ruby 2.0 to the CI to guarantee we dont break this while we dont bump version

Let's fix all Rubocop errors. This also uncovered some problems. We're saying in our gemfile we support Ruby 2+ but the code was broken, so fixed it. We should eventually just release a new version limiting us to Ruby 3.2+ (the only supported versions)

Syntax will look much simpler too once we can upgrade (can use `&.` for example)

I've added Ruby 2.0 to the CI to guarantee we dont break this while we dont bump version
Copy link
Copy Markdown
Member

@pauldambra pauldambra left a comment

Choose a reason for hiding this comment

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

🚀

@pauldambra pauldambra merged commit 9913b5a into master May 14, 2025
7 checks passed
@pauldambra pauldambra deleted the fix/rubocop-v2 branch May 14, 2025 20:37
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