Sha256: d7d71429424721aacc499613cf2345331a5cc4279eecc37a79a05526eaffdc82

Contents?: true

Size: 480 Bytes

Versions: 8

Compression:

Stored size: 480 Bytes

Contents

AllCops:
  Exclude:
    - vendor/**
    - bin/**
    - .bundle/**

LineLength:
  Enabled: false

MethodLength:
  Enabled: false

ClassLength:
  Enabled: false

Documentation:
  # don't require classes to be documented
  Enabled: false

Encoding:
  # no need to always specify encoding
  Enabled: false

Lambda:
  # TODO: replace all lambda with -> or Proc
  Enabled: false

CyclomaticComplexity:
  Enabled: false

DoubleNegation:
  Enabled: false

CaseEquality:
  Enabled: false

Version data entries

8 entries across 8 versions & 2 rubygems

Version Path
hashie-3.2.0 .rubocop.yml
hashie-3.1.0 .rubocop.yml
whos_dated_who-0.1.0 vendor/bundle/gems/hashie-3.0.0/.rubocop.yml
whos_dated_who-0.0.1 vendor/bundle/gems/hashie-3.0.0/.rubocop.yml
hashie-2.1.2 .rubocop.yml
hashie-3.0.0 .rubocop.yml
hashie-2.1.1 .rubocop.yml
hashie-2.1.0 .rubocop.yml