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

Add an uber-department #1019

Merged
merged 2 commits into from Oct 22, 2020
Merged

Add an uber-department #1019

merged 2 commits into from Oct 22, 2020

Commits on Oct 21, 2020

  1. Require Rubocop >= 1.0

    bquorning committed Oct 21, 2020
    Configuration menu
    Copy the full SHA
    5e8e32f View commit details
    Browse the repository at this point in the history

Commits on Oct 22, 2020

  1. Change department name of "nested" cops

    To avoid name and department clash issues, RuboCop decided to grant each
    extension its own department.
    For those cops that already have the department matching the extension
    name, no changes are needed.
    
    More info rubocop/rubocop#8490
    
    The changed cop names are:
    
    * `Capybara/CurrentPathExpectation` -> `RSpec/Capybara/CurrentPathExpectation`
    * `Capybara/FeatureMethods` -> `RSpec/Capybara/FeatureMethods`
    * `Capybara/VisibilityMatcher` -> `RSpec/Capybara/VisibilityMatcher`
    * `FactoryBot/AttributeDefinedStatically` -> `RSpec/FactoryBot/AttributeDefinedStatically`
    * `FactoryBot/CreateList` -> `RSpec/FactoryBot/CreateList`
    * `FactoryBot/FactoryClassName` -> `RSpec/FactoryBot/FactoryClassName`
    * `Rails/HttpStatus` -> `RSpec/Rails/HttpStatus`
    pirj authored and bquorning committed Oct 22, 2020
    3 Configuration menu
    Copy the full SHA
    ccf11f7 View commit details
    Browse the repository at this point in the history