Sha256: 2965256b870f83d9a8bf8e2a241041723d028020375e2829ae0488c3494c08d3

Contents?: true

Size: 384 Bytes

Versions: 5

Compression:

Stored size: 384 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'
    - '*.gemspec'

Naming/UncommunicativeMethodParamName:
  Enabled: false

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
rspec_in_context-1.0.0 .rubocop.yml
rspec_in_context-0.4.0 .rubocop.yml
rspec_in_context-0.3.2 .rubocop.yml
rspec_in_context-0.3.1 .rubocop.yml
rspec_in_context-0.3.0 .rubocop.yml