Sha256: 81b859f63b1d357069ede2e393683f266fc126c3828fe544e14ea06682dbc0c0

Contents?: true

Size: 908 Bytes

Versions: 24

Compression:

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

RSpec/RepeatedExample:
  Enabled: false

Version data entries

24 entries across 24 versions & 1 rubygems

Version Path
lhc-13.1.0 .rubocop.yml
lhc-13.0.0 .rubocop.yml
lhc-12.3.0 .rubocop.yml
lhc-12.2.1 .rubocop.yml
lhc-12.2.0 .rubocop.yml
lhc-12.1.3 .rubocop.yml
lhc-12.1.2 .rubocop.yml
lhc-12.1.1 .rubocop.yml
lhc-12.1.0 .rubocop.yml
lhc-12.0.3 .rubocop.yml
lhc-12.0.2 .rubocop.yml
lhc-12.0.1 .rubocop.yml
lhc-12.0.0 .rubocop.yml
lhc-11.2.0 .rubocop.yml
lhc-11.1.1 .rubocop.yml
lhc-11.1.0 .rubocop.yml
lhc-11.0.2 .rubocop.yml
lhc-11.0.1 .rubocop.yml
lhc-11.0.0 .rubocop.yml
lhc-10.5.4 .rubocop.yml