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

Update rubocop to 0.90 #198

Merged
merged 2 commits into from Sep 4, 2020
Merged

Commits on Sep 4, 2020

  1. Update rubocop to 0.90

    Jennifer Konikowski committed Sep 4, 2020
    Configuration menu
    Copy the full SHA
    817039d View commit details
    Browse the repository at this point in the history
  2. Upgraded rubocop-performance to 1.8.0

    - Decided to disable `Performance/CollectionLiteralInLoop` because it wouldn't give a huge benefit and could potentially make code less legible.
    - Decided to disable `Performance/Sum` for now because it is currently outputting an error message even if it's autofixed the issue.
    Jennifer Konikowski committed Sep 4, 2020
    Configuration menu
    Copy the full SHA
    067575f View commit details
    Browse the repository at this point in the history