Sha256: f1032056df2a2f6ed041577d5cc17de4bdbe2b319cf9ccd2ba8298cd50769c50

Contents?: true

Size: 513 Bytes

Versions: 3

Compression:

Stored size: 513 Bytes

Contents

AllCops:
  DisplayCopNames: true # Display the name of the failing cops
  Exclude:
    - 'gemfiles/vendor/**/*'
    - 'vendor/**/*'

Metrics/BlockLength:
  ExcludedMethods:
    - context
    - describe
    - it
    - shared_context
    - shared_examples
    - shared_examples_for
    - namespace
    - draw

Metrics/LineLength:
  Enabled: false

Style/HashSyntax:
  EnforcedStyle: hash_rockets

Style/Lambda:
  Enabled: false

Style/PercentLiteralDelimiters:
  Enabled: false

Style/SymbolArray:
  Enabled: false

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
rspec-pending_for-0.1.11 .rubocop.yml
rspec-pending_for-0.1.10 .rubocop.yml
rspec-pending_for-0.1.9 .rubocop.yml