Sha256: 6ee63109528067a39d24fa269b3faf567a0e4a3a0a63928d8240637ebfdd80c7

Contents?: true

Size: 562 Bytes

Versions: 10

Compression:

Stored size: 562 Bytes

Contents

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

Lint/IneffectiveAccessModifier:
  Enabled: false

Lint/ShadowingOuterLocalVariable:
  Enabled: false

RSpec/DescribedClass:
  Enabled: false

RSpec/AnyInstance:
  Enabled: false

Style/MethodMissing:
  Enabled: false

Rails/OutputSafety:
  Enabled: false

Style/SignalException:
  Enabled: false

Rails/DynamicFindBy:
  Enabled: false
  
Metrics/BlockLength:
  Enabled: false

Style/EmptyLinesAroundBlockBody:
  Enabled: false

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
lhs-14.3.4 .rubocop.yml
lhs-14.3.3 .rubocop.yml
lhs-14.3.2 .rubocop.yml
lhs-14.3.1 .rubocop.yml
lhs-14.3.0 .rubocop.yml
lhs-14.2.0 .rubocop.yml
lhs-14.1.1 .rubocop.yml
lhs-14.1.0 .rubocop.yml
lhs-14.0.3 .rubocop.yml
lhs-14.0.2 .rubocop.yml