Skip to content

#229 Align rubocop TargetRubyVersion with CI and README#269

Open
VasilevNStas wants to merge 2 commits into
zerocracy:masterfrom
VasilevNStas:229-ruby-version
Open

#229 Align rubocop TargetRubyVersion with CI and README#269
VasilevNStas wants to merge 2 commits into
zerocracy:masterfrom
VasilevNStas:229-ruby-version

Conversation

@VasilevNStas

Copy link
Copy Markdown
Contributor

README says Ruby 3.4+, CI runs on ruby-version: 3.4.9, but .rubocop.yml had TargetRubyVersion: 3.2, creating a false promise of 3.2 compatibility.

Fixed: TargetRubyVersion: 3.23.4.

Fixes #229

README says Ruby 3.4+, CI runs on 3.4.9, but .rubocop.yml had
TargetRubyVersion: 3.2. Updated to 3.4 for consistency.
- Add language specifier to fenced code block (MD040)
- Use 1-prefix for all ordered list items (MD029)
- Fix table pipe spacing (MD060)
- Break long table line under 80 chars (MD013)
@VasilevNStas
VasilevNStas requested a review from yegor256 as a code owner June 28, 2026 09:29
@VasilevNStas

Copy link
Copy Markdown
Contributor Author

@yegor256 please review

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.

rake.yml:17 pins CI to Ruby 3.4.9 only, but README:14 and .rubocop.yml:8 advertise 3.2+ support

1 participant