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

Enable support for cops introduced by 0.85 #68

Merged
merged 6 commits into from Jul 8, 2020
Merged

Commits on Jun 11, 2020

  1. Enable support for cops introduced by 0.85

    Namely:
    
    - `Lint/MixedRegexpCaptureTypes`
    - `Style/RedundantRegexpCharacterClass` (disabled by default due to
      rubocop/rubocop#8098)
    - `Style/RedundantRegexpEscape`
    ivgiuliani committed Jun 11, 2020
    Copy the full SHA
    9ea8b77 View commit details
    Browse the repository at this point in the history

Commits on Jul 8, 2020

  1. Enable Style/RedundantRegexpCharacterClass

    The outstanding issue in Rubocop has now been fixed.
    ivgiuliani committed Jul 8, 2020
    Copy the full SHA
    499444c View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    9c64d94 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    96f657f View commit details
    Browse the repository at this point in the history
  4. Require rubocop 0.87

    ivgiuliani committed Jul 8, 2020
    Copy the full SHA
    c9300ac View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    08f6d02 View commit details
    Browse the repository at this point in the history