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

[Fix #10258] Recover Ruby 2.4 code analysis using TargetRubyVersion: 2.4 #10632

Merged
merged 1 commit into from May 13, 2022

Commits on May 13, 2022

  1. [Fix rubocop#10258] Recover Ruby 2.4 code analysis using `TargetRubyV…

    …ersion: 2.4`
    
    Fixes rubocop#10258 and reverts part of rubocop#9648.
    
    Only the Ruby version (2.4) to runtime should have been dropped,
    not code analysis.
    This PR makes Ruby 2.4 code analysis with `TargetRubyVersion: 2.4`.
    So, this keeps it compatible with `TargetRubyVersion` up to
    RuboCop 1.12.1 as semver.
    
    It aims to solve essentially the same problem as rubocop#10626.
    koic committed May 13, 2022
    Configuration menu
    Copy the full SHA
    972a4a7 View commit details
    Browse the repository at this point in the history