Sha256: 919f6bfb1363efd37c5bed693bf06ec4e3ca4b5a9ca54b53e1c61624c7ede030

Contents?: true

Size: 411 Bytes

Versions: 5

Compression:

Stored size: 411 Bytes

Contents

inherit_from: .rubocop_todo.yml

Lint/AssignmentInCondition:
  Enabled: false

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

Style/ClassAndModuleChildren:
  Enabled: false

Style/Documentation:
  Enabled: false

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

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

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
wcc-blogs-client-0.3.4 .rubocop.yml
wcc-blogs-client-0.3.3 .rubocop.yml
wcc-blogs-client-0.3.2 .rubocop.yml
wcc-blogs-client-0.3.1 .rubocop.yml
wcc-blogs-client-0.3.0 .rubocop.yml