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

Metrics/AbcSize needs love #8037

Merged
merged 1 commit into from Jul 29, 2020
Merged

Metrics/AbcSize needs love #8037

merged 1 commit into from Jul 29, 2020

Commits on Jul 29, 2020

  1. Many fixes to Metrics/AbcSize. Default bumped to 17

    Now counts correctly ||=, &&=, multiple assignments, for, yield, iterating blocks.
    All &. count as a condition, unless it's on a repeated and unchanged lvar [see rubocop#8276]
    marcandre committed Jul 29, 2020
    Copy the full SHA
    2d26a11 View commit details
    Browse the repository at this point in the history