Sha256: 9d8fb6aedb2c71a66fef292310e6ff45b2f0e8eee7776b53c6588f6148897569

Contents?: true

Size: 638 Bytes

Versions: 13

Compression:

Stored size: 638 Bytes

Contents

# This is project specific rubocop configuration file.
# You can tweak project settings here
inherit_from:
  - ./.rubocop.localch.yml

AllCops:
  TargetRubyVersion: 2.3

Lint/IneffectiveAccessModifier:
  Enabled: false

Rails:
  Enabled: false

RSpec/AnyInstance:
  Enabled: false

RSpec/DescribedClass:
  Enabled: false

RSpec/MultipleExpectations:
  Enabled: false

RSpec/HookArgument:
  Enabled: false

RSpec/ExampleLength:
  Enabled: false

Style/Lambda:
  Enabled: false

RSpec/NestedGroups:
  Enabled: false

RSpec/VerifiedDoubles:
  Enabled: false

Style/RedundantReturn:
  Enabled: false

RSpec/InstanceVariable:
  Enabled: false

Version data entries

13 entries across 13 versions & 1 rubygems

Version Path
lhc-8.0.0 .rubocop.yml
lhc-7.3.3 .rubocop.yml
lhc-7.3.2 .rubocop.yml
lhc-7.3.1 .rubocop.yml
lhc-7.3.0 .rubocop.yml
lhc-7.2.0 .rubocop.yml
lhc-7.1.0 .rubocop.yml
lhc-7.0.1 .rubocop.yml
lhc-7.0.0 .rubocop.yml
lhc-7.0.0.beta1 .rubocop.yml
lhc-6.7.2 .rubocop.yml
lhc-6.7.1 .rubocop.yml
lhc-6.7.0 .rubocop.yml