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

Add AllowOnSelfClass option to Style/CaseEquality #10931

Merged
merged 1 commit into from Aug 29, 2022

Commits on Aug 17, 2022

  1. Add AllowOnSelfClass option to Style/CaseEquality

    `Style/CaseEquality`'s `AllowOnConstant` option allows the use of constants, to
    allow for case equality with classes and modules. `self.class` is a special
    case also referring to a class, and may be required in cases where the other
    object might be a `BasicObject`.
    sambostock committed Aug 17, 2022
    Copy the full SHA
    e7b2ff9 View commit details
    Browse the repository at this point in the history