Sha256: 7cefd456e7cb0ab5ec076ece17384097b39960b044866495cc2dcc0759093a23

Contents?: true

Size: 690 Bytes

Versions: 8

Compression:

Stored size: 690 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

Style/FrozenStringLiteralComment:
  Enabled: false

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
lhc-9.2.0 .rubocop.yml
lhc-9.1.2 .rubocop.yml
lhc-9.1.2.pre .rubocop.yml
lhc-9.1.1 .rubocop.yml
lhc-8.1.1 .rubocop.yml
lhc-9.1.0 .rubocop.yml
lhc-9.0.0 .rubocop.yml
lhc-8.1.0 .rubocop.yml