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 to rubocop 0.76 #163

Merged
merged 18 commits into from
Nov 13, 2019
Merged

Commits on Nov 9, 2019

  1. bump gem versions, add new gems that have been spun out

    zachary_sabin committed Nov 9, 2019
    Configuration menu
    Copy the full SHA
    cacb774 View commit details
    Browse the repository at this point in the history
  2. require new gems in config file

    zachary_sabin committed Nov 9, 2019
    Configuration menu
    Copy the full SHA
    72066c1 View commit details
    Browse the repository at this point in the history
  3. fix ruby compilation

    zachary_sabin committed Nov 9, 2019
    Configuration menu
    Copy the full SHA
    9d2dd27 View commit details
    Browse the repository at this point in the history
  4. migrate cop names

    zachary_sabin committed Nov 9, 2019
    Configuration menu
    Copy the full SHA
    72bfac7 View commit details
    Browse the repository at this point in the history
  5. remove duplicate rule

    zachary_sabin committed Nov 9, 2019
    Configuration menu
    Copy the full SHA
    784a4c8 View commit details
    Browse the repository at this point in the history
  6. move flip flop to correct file

    zachary_sabin committed Nov 9, 2019
    Configuration menu
    Copy the full SHA
    1421a32 View commit details
    Browse the repository at this point in the history
  7. transfer cops from performance.yml to style.yml

    zachary_sabin committed Nov 9, 2019
    Configuration menu
    Copy the full SHA
    2bfe2db View commit details
    Browse the repository at this point in the history
  8. don't freeze since file has frozen string comment

    zachary_sabin committed Nov 9, 2019
    Configuration menu
    Copy the full SHA
    b0a5edf View commit details
    Browse the repository at this point in the history
  9. remove 2.2 from CI, add 2.6

    zachary_sabin committed Nov 9, 2019
    Configuration menu
    Copy the full SHA
    4a190d2 View commit details
    Browse the repository at this point in the history
  10. add Rails/IgnoredSkipActionFilterOption cop

    zachary_sabin committed Nov 9, 2019
    Configuration menu
    Copy the full SHA
    7a94864 View commit details
    Browse the repository at this point in the history
  11. Remove Airbnb/ClassName cop, since that functionality is now included…

    … in RuboCop::Cop::Rails::ReflectionClassName
    zachary_sabin committed Nov 9, 2019
    Configuration menu
    Copy the full SHA
    5493a81 View commit details
    Browse the repository at this point in the history
  12. Disable Naming/RescuedExceptionsVariableName

    zachary_sabin committed Nov 9, 2019
    Configuration menu
    Copy the full SHA
    81df175 View commit details
    Browse the repository at this point in the history
  13. add Layout/IndentFirstParameter cop

    zachary_sabin committed Nov 9, 2019
    Configuration menu
    Copy the full SHA
    cb67d63 View commit details
    Browse the repository at this point in the history
  14. explicitly enable Gemspec/RubyVersionGlobalsUsage

    zachary_sabin committed Nov 9, 2019
    Configuration menu
    Copy the full SHA
    cb8d599 View commit details
    Browse the repository at this point in the history

Commits on Nov 13, 2019

  1. show supported styles

    zachary_sabin committed Nov 13, 2019
    Configuration menu
    Copy the full SHA
    c04fccf View commit details
    Browse the repository at this point in the history
  2. bump version

    zachary_sabin committed Nov 13, 2019
    Configuration menu
    Copy the full SHA
    944aac1 View commit details
    Browse the repository at this point in the history
  3. update changelog and readme

    zachary_sabin committed Nov 13, 2019
    Configuration menu
    Copy the full SHA
    4591307 View commit details
    Browse the repository at this point in the history
  4. add comma to readme

    zachary_sabin committed Nov 13, 2019
    Configuration menu
    Copy the full SHA
    39f16ea View commit details
    Browse the repository at this point in the history