We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 700a1d6 commit b01c048Copy full SHA for b01c048
docs/modules/ROOT/pages/upgrade_to_version_2.adoc
@@ -34,7 +34,7 @@ AllCops:
34
35
RuboCop extensions had cops with clashing names and departments, e.g. both `rspec-rails` and `rubocop-rspec` had `Rails::HttpStatus` cops.
36
To avoid issues, e.g. inability to disable just one of the cops, each extension now has its own uber-department.
37
-Expectedly, RuboCop RSpec's uber-department name is `RSpec`.
+Expectedly, RuboCop RSpec’s uber-department name is `RSpec`.
38
Changes are only applied to cops that don't already have the department set to `RSpec`, i.e. `Capybara`, `FactoryBot` and `Rails`.
39
40
[source,yaml]
0 commit comments