Sha256: 08e9d3687c6b6752274ec868c2b7b5f0ce9ec880895d68da8370019af639e525

Contents?: true

Size: 867 Bytes

Versions: 12

Compression:

Stored size: 867 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: true

Naming/MemoizedInstanceVariableName:
  Enabled: false

RSpec/MessageSpies:
  Enabled: false

RSpec/BeforeAfterAll:
  Enabled: false

Style/EmptyMethod:
  EnforcedStyle: compact

Version data entries

12 entries across 12 versions & 1 rubygems

Version Path
lhc-10.4.3 .rubocop.yml
lhc-10.4.2 .rubocop.yml
lhc-10.4.1 .rubocop.yml
lhc-10.4.0 .rubocop.yml
lhc-10.3.0 .rubocop.yml
lhc-10.2.1 .rubocop.yml
lhc-10.2.0 .rubocop.yml
lhc-10.1.8 .rubocop.yml
lhc-10.1.7 .rubocop.yml
lhc-10.1.6 .rubocop.yml
lhc-10.1.5 .rubocop.yml
lhc-10.1.3 .rubocop.yml