config/rspec.yml in rubocop-codetakt-0.6.0 vs config/rspec.yml in rubocop-codetakt-0.7.0
- old
+ new
@@ -3,5 +3,18 @@
- config/rspec.yml
RSpec/DescribedClass:
Exclude:
- "spec/requests/*"
+
+# Accepts more deeper nests than default(3).
+# describe 'Class'
+# describe 'method'
+# context 'larger scope (behavior)'
+# context 'smaller scope (parameter)'
+RSpec/NestedGroups:
+ Max: 4
+
+# TODO: Remove after below PR is released.
+# https://github.com/onk/onkcop/pull/30
+RSpec/EmptyLineAfterFinalLet:
+ Enabled: false