config/default.yml in rubocop-rake-0.2.0 vs config/default.yml in rubocop-rake-0.3.0
- old
+ new
@@ -1,4 +1,9 @@
+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'
+
Rake/Desc:
Description: 'Describe the task with `desc` method.'
Enabled: true
VersionAdded: '0.1.0'
Include: