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 b01c048 commit f1b7f85Copy full SHA for f1b7f85
docs/modules/ROOT/pages/upgrade_to_version_2.adoc
@@ -35,7 +35,7 @@ AllCops:
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`.
38
-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 don’t already have the department set to `RSpec`, i.e. `Capybara`, `FactoryBot` and `Rails`.
39
40
[source,yaml]
41
----
0 commit comments