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

Re-enable Layout/SpaceAroundOperators cop #40436

Merged
merged 1 commit into from Oct 23, 2020

Commits on Oct 23, 2020

  1. Re-enable Layout/SpaceAroundOperators cop

    We prefer space around operators, but `Layout/SpaceAroundOperators` cop
    was temporarily disabled in rails#36943 since that cop changed to check
    alignment strictly somehow.
    
    In RuboCop 1.0.0, that is fixed by rubocop/rubocop#8906.
    
    Related rails#38034 (comment),
    rails#39770 (comment).
    kamipo committed Oct 23, 2020
    Copy the full SHA
    92ff708 View commit details
    Browse the repository at this point in the history