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

Move FlipFlop cop from Style to Lint department #6636

Merged

Commits on Jan 8, 2019

  1. Move FlipFlop cop from Style to Lint department

    Follow up of rubocop#6635 (comment).
    
    flip-flop operator is deprecated since Ruby 2.6.0.
    
    > The flip-flop syntax is deprecated. [Feature rubocop#5400]
    
    - https://github.com/ruby/ruby/blob/v2_6_0/NEWS#language-changes
    - https://bugs.ruby-lang.org/issues/5400
    
    This PR moves `FlipFlop` cop from `Style` department to `Lint` department.
    koic committed Jan 8, 2019
    Configuration menu
    Copy the full SHA
    9a80dbf View commit details
    Browse the repository at this point in the history