rubocul_default.yml in rubocul-4.0.4 vs rubocul_default.yml in rubocul-4.0.5

- old
+ new

@@ -32,10 +32,14 @@ SupportedColonStyles: - key - table Metrics/BlockLength: - IgnoredMethods: ['describe', 'context'] + IgnoredMethods: + - 'describe' # rspec + - 'context' # rspec + - 'namespace' # rake + - 'task' # rake # 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