Sha256: 0fe1fcfa4ed9910b79a48d753098aefdbcf86af579384f7d90a4e9885a484a93

Contents?: true

Size: 510 Bytes

Versions: 7

Compression:

Stored size: 510 Bytes

Contents

inherit_from: .rubocop_todo.yml

AllCops:
  DisplayCopNames: true
  TargetRubyVersion: 2.3

Lint/AssignmentInCondition:
  Enabled: false

Metrics/BlockLength:
  Exclude:
    - 'wcc-blogs-client.gemspec'
    - 'spec/**/*'

Style/ClassAndModuleChildren:
  Enabled: false

Style/Documentation:
  Enabled: false

Style/DoubleNegation:
  Enabled: false

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

Style/BlockDelimiters:
  Exclude:
    # we like the `let(:foo) {}` syntax in specs
    - 'spec/**/*.rb'

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
wcc-blogs-client-0.7.3 .rubocop.yml
wcc-blogs-client-0.7.2 .rubocop.yml
wcc-blogs-client-0.7.1 .rubocop.yml
wcc-blogs-client-0.7.0 .rubocop.yml
wcc-blogs-client-0.6.0 .rubocop.yml
wcc-blogs-client-0.5.2 .rubocop.yml
wcc-blogs-client-0.5.1 .rubocop.yml