Sha256: bae01b72ad65bbe5de51ae897f4de972a005ea8dc5405306d5a79713f1e92370

Contents?: true

Size: 622 Bytes

Versions: 1

Compression:

Stored size: 622 Bytes

Contents

Rake:
  Include:
    - 'Rakefile'
    - '**/*.rake'

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'

Rake/DuplicateTask:
  Description: 'Do not define tasks with the same name'
  Enabled: true
  VersionAdded: '0.4.0'

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'

Version data entries

1 entries across 1 versions & 1 rubygems

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