Sha256: aacb12f55369be64683e3ce347fbb2ba8ff640267ca4eb4afd5a6021a409b138

Contents?: true

Size: 544 Bytes

Versions: 1

Compression:

Stored size: 544 Bytes

Contents

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:
    - 'Rakefile'
    - '**/*.rake'

Rake/MethodDefinitionInTask:
  Description: 'Do not define a method in rake task, because it will be defined to the top level.'
  Enabled: true
  VersionAdded: '0.2.0'
  Include:
    - 'Rakefile'
    - '**/*.rake'

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
rubocop-rake-0.3.0 config/default.yml