config/enabled.yml in rubocop-0.8.1 vs config/enabled.yml in rubocop-0.8.2
- old
+ new
@@ -321,6 +321,10 @@
AccessControl:
Enabled: true
# Use Kernel#loop with break rather than begin/end/until or begin/end/while for post-loop tests.
Loop:
- Enabled: true
\ No newline at end of file
+ Enabled: true
+
+# Avoid excessive block nesting
+BlockNesting:
+ Enabled: true