Enable RSpec/NestedGroups cop with a reasonable max value of 4

This commit is contained in:
Bertocq
2018-01-07 17:38:55 +01:00
parent 4c48027228
commit 79a3b97c64

View File

@@ -143,3 +143,7 @@ RSpec/MultipleSubjects:
RSpec/NamedSubject: RSpec/NamedSubject:
Enabled: false Enabled: false
RSpec/NestedGroups:
Enabled: true
Max: 4