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

[#7077] Cop name standardisation: Rename Unneeded* cops to Redundant #7460

Merged
merged 12 commits into from
Oct 24, 2019
Merged

[#7077] Cop name standardisation: Rename Unneeded* cops to Redundant #7460

merged 12 commits into from
Oct 24, 2019

Commits on Oct 24, 2019

  1. Style/UnneededCapitalW to Style/RedundantCapitalW

    scottmatthewman authored and Scott Matthewman committed Oct 24, 2019
    Configuration menu
    Copy the full SHA
    0403861 View commit details
    Browse the repository at this point in the history
  2. Style/UnneededCondition to Style/RedundantCondition

    scottmatthewman authored and Scott Matthewman committed Oct 24, 2019
    Configuration menu
    Copy the full SHA
    23a1cd5 View commit details
    Browse the repository at this point in the history
  3. Style/UnneededInterpolation to Style/RedundantInterpolation

    scottmatthewman authored and Scott Matthewman committed Oct 24, 2019
    Configuration menu
    Copy the full SHA
    5ce2b72 View commit details
    Browse the repository at this point in the history
  4. Style/UnneededPercentQ to Style/RedundantPercentQ

    scottmatthewman authored and Scott Matthewman committed Oct 24, 2019
    Configuration menu
    Copy the full SHA
    11688cf View commit details
    Browse the repository at this point in the history
  5. Style/UnneededSort to Style/RedundantSort

    scottmatthewman authored and Scott Matthewman committed Oct 24, 2019
    Configuration menu
    Copy the full SHA
    8ddc6d2 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    6bfecc7 View commit details
    Browse the repository at this point in the history
  7. Update our own UnneededCopDisableDirective usage

    These are the locations where Lint/UnneededCopDisableDirective is used
    during analysis of our own code, rather than in users' use of RuboCop.
    scottmatthewman authored and Scott Matthewman committed Oct 24, 2019
    Configuration menu
    Copy the full SHA
    b65014b View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    6e0dc57 View commit details
    Browse the repository at this point in the history
  9. Lint/UnneededRequireStatement to Lint/RedundantRequireStatement

    scottmatthewman authored and Scott Matthewman committed Oct 24, 2019
    Configuration menu
    Copy the full SHA
    86336a5 View commit details
    Browse the repository at this point in the history
  10. Lint/UnneededSplatExpansion to Lint/RedundantSplatExpansion

    scottmatthewman authored and Scott Matthewman committed Oct 24, 2019
    Configuration menu
    Copy the full SHA
    f8a974c View commit details
    Browse the repository at this point in the history
  11. Update docs

    scottmatthewman authored and Scott Matthewman committed Oct 24, 2019
    Configuration menu
    Copy the full SHA
    1d8ee9f View commit details
    Browse the repository at this point in the history
  12. Update CHANGELOG

    scottmatthewman authored and Scott Matthewman committed Oct 24, 2019
    Configuration menu
    Copy the full SHA
    b1e4794 View commit details
    Browse the repository at this point in the history