Sha256: 55e0d7ef9d2d2b3b95a91a3621b74008b23a7972b8b9c376abfb8c59de2711ff

Contents?: true

Size: 309 Bytes

Versions: 5

Compression:

Stored size: 309 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'

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
rspec_in_context-0.1.5 .rubocop.yml
rspec_in_context-0.1.4 .rubocop.yml
rspec_in_context-0.1.3 .rubocop.yml
rspec_in_context-0.1.2 .rubocop.yml
rspec_in_context-0.1.1 .rubocop.yml