Sha256: d3827e26b3c6ce2e49f2a019acf8feab8ca9be5ffee84e73f1ba118265e3978c

Contents?: true

Size: 608 Bytes

Versions: 2

Compression:

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

RSpec/MultipleExpectations:
  Enabled: false

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
lhs-14.5.0 .rubocop.yml
lhs-14.4.0 .rubocop.yml