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.
2 parents 3d2534c + 49e8e8c commit a2b385eCopy full SHA for a2b385e
CHANGELOG.md
@@ -3,6 +3,7 @@
3
## Master (Unreleased)
4
5
* Add new `AllowConsecutiveOneLiners` (default true) option for `Rspec/EmptyLineAfterHook` cop. ([@ngouy][])
6
+* Add autocorrect support for `RSpec/EmptyExampleGroup`. ([@r7kamura][])
7
8
## 2.12.1 (2022-07-03)
9
config/default.yml
@@ -279,8 +279,9 @@ RSpec/Dialect:
279
RSpec/EmptyExampleGroup:
280
Description: Checks if an example group does not include any tests.
281
Enabled: true
282
+ SafeAutoCorrect: false
283
VersionAdded: '1.7'
- VersionChanged: '2.0'
284
+ VersionChanged: '2.13'
285
Reference: https://www.rubydoc.info/gems/rubocop-rspec/RuboCop/Cop/RSpec/EmptyExampleGroup
286
287
RSpec/EmptyHook:
0 commit comments