Sha256: 0bbd8afe2a64102567ee79f07679d34f516844aff9140eb0ab588789e09ff869

Contents?: true

Size: 764 Bytes

Versions: 4

Compression:

Stored size: 764 Bytes

Contents

Rake:
  Enabled: true
  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/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'

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

4 entries across 4 versions & 2 rubygems

Version Path
katalyst-govuk-formbuilder-1.9.2 vendor/bundle/ruby/3.3.0/gems/rubocop-rake-0.6.0/config/default.yml
rubocop-rake-0.6.0 config/default.yml
rubocop-rake-0.5.1 config/default.yml
rubocop-rake-0.5.0 config/default.yml