Sha256: 29c1cdb015fc8b279edb8879c6acc9cdd4a059adaa5fc05728cf58b4bbe4474b

Contents?: true

Size: 473 Bytes

Versions: 13

Compression:

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

Version data entries

13 entries across 13 versions & 1 rubygems

Version Path
lhs-7.2.4 .rubocop.yml
lhs-7.2.3 .rubocop.yml
lhs-7.2.2 .rubocop.yml
lhs-7.2.1 .rubocop.yml
lhs-7.2.0 .rubocop.yml
lhs-7.1.0 .rubocop.yml
lhs-7.0.3 .rubocop.yml
lhs-7.0.2 .rubocop.yml
lhs-7.0.1 .rubocop.yml
lhs-7.0.0 .rubocop.yml
lhs-6.8.2 .rubocop.yml
lhs-6.8.1 .rubocop.yml
lhs-6.8.0 .rubocop.yml