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

Fix warning from upstream rubocop #57

Closed
wants to merge 5 commits into from

Commits on Apr 18, 2020

  1. Configuration menu
    Copy the full SHA
    9114b0c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ec4f747 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8a08e8e View commit details
    Browse the repository at this point in the history
  4. add rubocop-performance

    The .rubocop.yml for rubocop-github itself is:
    `inherit_from: ./config/default.yml`, which
    `inherit_from: default_deprecated.yml`, which
    `inherit_from: _default_shared.yml`, which is using some Performance cop
    there.
    ipmsteven committed Apr 18, 2020
    Configuration menu
    Copy the full SHA
    acb12ac View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    724e240 View commit details
    Browse the repository at this point in the history