Sha256: d4323f390b05f00d42ea8ce4920817f4750a78b60ee5e94b00dcaea99058df9e

Contents?: true

Size: 845 Bytes

Versions: 9

Compression:

Stored size: 845 Bytes

Contents

require:
  - rubocop-rspec

AllCops:
  TargetRubyVersion: 2.3
  # RuboCop has a bunch of cops enabled by default. This setting tells RuboCop
  # to ignore them, so only the ones explicitly set in this file are enabled.
  DisabledByDefault: false
  NewCops: enable
  Exclude:
    - '**/templates/**/*'
    - '**/vendor/**/*'
    - 'spec/dummy/**/*'
  Include:
    - 'lib/**/*'
    - 'Gemfile'
    - 'wcc-scripture.gemspec'
    - 'spec/**/*_spec.rb'

Metrics/BlockLength:
  Exclude:
    - 'spec/**/*'

Style/ClassAndModuleChildren:
  Enabled: false

Style/Documentation:
  Enabled: false

Style/MultilineBlockChain:
  Exclude:
    - 'spec/**/*'

Style/OpenStructUse:
  Enabled: false

RSpec/DescribedClass:
  Enabled: false

RSpec/ExampleLength:
  Enabled: false

RSpec/MultipleExpectations:
  Enabled: false

RSpec/NamedSubject:
  Enabled: false

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
wcc-media-client-0.7.5 .rubocop.yml
wcc-media-client-0.7.4 .rubocop.yml
wcc-media-client-0.7.3 .rubocop.yml
wcc-media-client-0.7.2 .rubocop.yml
wcc-media-client-0.7.1 .rubocop.yml
wcc-media-client-0.7.0 .rubocop.yml
wcc-media-client-0.6.1 .rubocop.yml
wcc-media-client-0.6.0 .rubocop.yml
wcc-media-client-0.5.0 .rubocop.yml