Sha256: 606dbe29c267ebe2834bf3d3baa4b1d2e47a77f073fe0f83f2e904b645bc2173

Contents?: true

Size: 568 Bytes

Versions: 13

Compression:

Stored size: 568 Bytes

Contents

require: rubocop-rspec

AllCops:
  DisplayCopNames: true
  Include:
    - '**/Rakefile'

Metrics/LineLength:
  Enabled: false

Style/CollectionMethods:
  PreferredMethods:
    collect: 'map'
    collect!: 'map!'
    inject: 'reduce'
    detect: 'find'
    find_all: 'select'

Style/ClassAndModuleChildren:
  Enabled: false

Style/Documentation:
  Enabled: false

RSpec/ExampleWording:
  CustomTransform:
    be: is
    have: has
    not: does not
    NOT: does NOT
  IgnoredWords:
    - only

RSpec/FilePath:
  Enabled: false

RSpec/InstanceVariable:
  Enabled: false

Version data entries

13 entries across 13 versions & 1 rubygems

Version Path
hydra-pcdm-0.9.0 .rubocop.yml
hydra-pcdm-0.8.2 .rubocop.yml
hydra-pcdm-0.8.1 .rubocop.yml
hydra-pcdm-0.8.0 .rubocop.yml
hydra-pcdm-0.8.0.beta1 .rubocop.yml
hydra-pcdm-0.7.0 .rubocop.yml
hydra-pcdm-0.6.0 .rubocop.yml
hydra-pcdm-0.5.0 .rubocop.yml
hydra-pcdm-0.4.0 .rubocop.yml
hydra-pcdm-0.3.2 .rubocop.yml
hydra-pcdm-0.3.1 .rubocop.yml
hydra-pcdm-0.3.0 .rubocop.yml
hydra-pcdm-0.2.0 .rubocop.yml