Sha256: 8c581b8d16d02a8d787dd80d86b5418e1ef835dc553cfd5b7a7608ea367b6f47

Contents?: true

Size: 561 Bytes

Versions: 6

Compression:

Stored size: 561 Bytes

Contents

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

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

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
lhc-3.8.1 .rubocop.yml
lhc-3.8.0 .rubocop.yml
lhc-3.7.3 .rubocop.yml
lhc-3.7.2 .rubocop.yml
lhc-3.7.2.1 .rubocop.yml
lhc-3.7.1 .rubocop.yml