Sha256: 1fde223af15e5544c59bb4e4b7e9681fb77c9efc9c3904ae8d7ccf6e4d462c50

Contents?: true

Size: 598 Bytes

Versions: 7

Compression:

Stored size: 598 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

# Enable when drop support for Ruby < 2
Style/ExpandPathArguments:
  Enabled: false

Version data entries

7 entries across 7 versions & 3 rubygems

Version Path
month-serializer-1.0.1 .rubocop.yml
month-serializer-1.0.0 .rubocop.yml
rspec-block_is_expected-1.0.2 .rubocop.yml
rspec-block_is_expected-1.0.1 .rubocop.yml
rspec-block_is_expected-1.0.0 .rubocop.yml
rspec-pending_for-0.1.13 .rubocop.yml
rspec-pending_for-0.1.12 .rubocop.yml