Sha256: bddc4ac8465e4c9c7f38f1084bd8e4428f734a9c7b4a9d960b355ef182a42ae6

Contents?: true

Size: 366 Bytes

Versions: 1

Compression:

Stored size: 366 Bytes

Contents

inherit_from:
  - http://relaxed.ruby.style/rubocop.yml

AllCops:
  DisplayStyleGuide: true
  DisplayCopNames: true
  Exclude:
    - 'db/schema.rb'
    - 'vendor/**/*'
    - 'config/environments/*.rb'
    - 'bin/*'

Metrics/BlockLength:
  Exclude:
    - 'spec/**/*.rb'
    - 'Guardfile'
    - 'vendor/bundle'

Naming/UncommunicativeMethodParamName:
  Enabled: false

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
rspec_in_context-0.2.0 .rubocop.yml