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 and rubocop-performance and finally add in some new cops #287

Merged
merged 2 commits into from May 4, 2021

Commits on May 3, 2021

  1. Update rubocop and rubocop-performance and finally add in some new cops

    * Update rubocop from 1.12.1 to [1.13.0](https://github.com/rubocop-hq/rubocop/releases/tag/v1.13.0)
    * Update rubocop-performance from 1.9.2 to [1.11.1](https://github.com/rubocop-hq/rubocop-performance/releases/tag/v1.11.1)
    * Enabled the following rules:
      * [`Performance/RedundantSplitRegexpArgument`](rubocop/rubocop-performance#190)
      * [`Style/IfWithBooleanLiteralBranches`](rubocop/rubocop#9396)
      * [`Lint/TripleQuotes`](rubocop/rubocop#9402)
      * [`Lint/SymbolConversion`](rubocop/rubocop#9362)
      * [`Lint/OrAssignmentToConstant`](rubocop/rubocop#9363)
      * [`Lint/NumberedParameterAssignment`](rubocop/rubocop#9326)
      * [`Style/HashConversion`](rubocop/rubocop#9478)
      * [`Gemspec/DateAssignment`](rubocop/rubocop#9496)
      * [`Style/StringChars`](rubocop/rubocop#9615)
    Jennifer Konikowski committed May 3, 2021
    Copy the full SHA
    2ec5998 View commit details
    Browse the repository at this point in the history
  2. run tests on 2.5 since support for 2.4 was dropped

    Jennifer Konikowski committed May 3, 2021
    Copy the full SHA
    e6795be View commit details
    Browse the repository at this point in the history