config/default.yml in rubocop-rake-0.3.0 vs config/default.yml in rubocop-rake-0.3.1

- old
+ new

@@ -1,8 +1,11 @@ Rake/ClassDefinitionInTask: Description: 'Do not define a class or module in rake task, because it will be defined to the top level.' Enabled: true VersionAdded: '0.3.0' + Include: + - 'Rakefile' + - '**/*.rake' Rake/Desc: Description: 'Describe the task with `desc` method.' Enabled: true VersionAdded: '0.1.0'