config/default.yml in rubocop-rake-0.4.0 vs config/default.yml in rubocop-rake-0.5.0

- old
+ new

@@ -1,6 +1,7 @@ Rake: + Enabled: true Include: - 'Rakefile' - '**/*.rake' Rake/ClassDefinitionInTask: @@ -10,9 +11,14 @@ Rake/Desc: Description: 'Describe the task with `desc` method.' Enabled: true VersionAdded: '0.1.0' + +Rake/DuplicateNamespace: + Description: 'Do not define namespace with the same name' + Enabled: true + VersionAdded: '0.5.0' Rake/DuplicateTask: Description: 'Do not define tasks with the same name' Enabled: true VersionAdded: '0.4.0'