Sha256: b46f8c87af5b69c6f485dd65bac2e6b7b81a3e30c68e67ca671e990bee474735

Contents?: true

Size: 868 Bytes

Versions: 13

Compression:

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

Naming/MemoizedInstanceVariableName:
  Enabled: false

RSpec/MessageSpies:
  Enabled: false

RSpec/BeforeAfterAll:
  Enabled: false

Style/EmptyMethod:
  EnforcedStyle: compact

Version data entries

13 entries across 13 versions & 1 rubygems

Version Path
lhc-10.1.2 .rubocop.yml
lhc-10.1.1 .rubocop.yml
lhc-10.1.0 .rubocop.yml
lhc-10.0.2 .rubocop.yml
lhc-9.4.4 .rubocop.yml
lhc-10.0.1 .rubocop.yml
lhc-10.0.0 .rubocop.yml
lhc-9.4.3 .rubocop.yml
lhc-9.4.2 .rubocop.yml
lhc-9.4.1 .rubocop.yml
lhc-9.4.0 .rubocop.yml
lhc-9.3.1 .rubocop.yml
lhc-9.3.0 .rubocop.yml