rubocul_default.yml in rubocul-4.0.6 vs rubocul_default.yml in rubocul-4.0.8
- old
+ new
@@ -1,10 +1,11 @@
require:
- ./lib/rubocop/cul.rb
inherit_from:
- rubocul_rules_bundler.yml
+ - rubocul_rules_factory_bot.yml
- rubocul_rules_performance.yml
- rubocul_rules_rails.yml
- rubocul_rules_rspec.yml
- rubocul_rules_security.yml
@@ -37,9 +38,12 @@
AllowedMethods:
- 'describe' # rspec
- 'context' # rspec
- 'namespace' # rake
- 'task' # rake
+
+RSpec/NestedGroups:
+ Max: 5
# Documentation is great, but we're not currently forcing people to add a top level comment
# to all classes and modules.
Style/Documentation:
Enabled: false