Skip to content

Commit

Permalink
Update docs/modules/ROOT/pages/upgrade_to_version_2.adoc
Browse files Browse the repository at this point in the history
Co-authored-by: Benjamin Quorning <22333+bquorning@users.noreply.github.com>
  • Loading branch information
pirj and bquorning committed Oct 22, 2020
1 parent b01c048 commit f1b7f85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/modules/ROOT/pages/upgrade_to_version_2.adoc
Expand Up @@ -35,7 +35,7 @@ AllCops:
RuboCop extensions had cops with clashing names and departments, e.g. both `rspec-rails` and `rubocop-rspec` had `Rails::HttpStatus` cops.
To avoid issues, e.g. inability to disable just one of the cops, each extension now has its own uber-department.
Expectedly, RuboCop RSpec’s uber-department name is `RSpec`.
Changes are only applied to cops that don't already have the department set to `RSpec`, i.e. `Capybara`, `FactoryBot` and `Rails`.
Changes are only applied to cops that dont already have the department set to `RSpec`, i.e. `Capybara`, `FactoryBot` and `Rails`.

[source,yaml]
----
Expand Down

0 comments on commit f1b7f85

Please sign in to comment.