Skip to content

Commit fc90cdf

Browse files
committed
Increase RSpec/NestedGroups max to 4 levels
1 parent e9f1914 commit fc90cdf

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.rubocop.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
require: rubocop-rspec
2+
13
inherit_from: .rubocop_todo.yml
24

35
AllCops:
@@ -23,4 +25,5 @@ Metrics/ParameterLists:
2325
Enabled: true
2426
CountKeywordArgs: false
2527

26-
require: rubocop-rspec
28+
RSpec/NestedGroups:
29+
Max: 4

0 commit comments

Comments
 (0)