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 d34c465 commit c0bd4cbCopy full SHA for c0bd4cb
docs/modules/ROOT/pages/upgrade_to_version_2.adoc
@@ -10,7 +10,7 @@ In version 2.x:
10
- cop departments are nested for cops with a department that doesn’t match the extension name (`Capybara`, `FactoryBot`, `Rails`)
11
- `AllCops/RSpec/Patterns`/`AllCops/FactoryBot/Patterns` options are removed
12
- Calling `super` from `#on_new_investigation` defined in a cop is mandatory now
13
- - Avoid explicit definition of `cop` as `described_class.new`
+ - In specs, do not define `cop`
14
15
[discrete]
16
=== Adjust the configuration of `RSpec/EmptyExampleGroup`
0 commit comments