Sha256: ca44624e49426cecfb53ae251047c67ec62d71c1b5257fb6db3b3483ff290bd1

Contents?: true

Size: 739 Bytes

Versions: 8

Compression:

Stored size: 739 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/MethodMissingSuper:
  Enabled: false

Style/MissingRespondToMissing:
  Enabled: false

Rails/OutputSafety:
  Enabled: false

Style/SignalException:
  Enabled: false

Rails/DynamicFindBy:
  Enabled: false

Metrics/BlockLength:
  Enabled: false

Layout/EmptyLinesAroundBlockBody:
  Enabled: false

RSpec/MultipleExpectations:
  Enabled: false

Naming/PredicateName:
  Enabled: false

RSpec/MessageSpies:
  Enabled: false

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
lhs-15.5.1 .rubocop.yml
lhs-15.5.0 .rubocop.yml
lhs-15.4.1 .rubocop.yml
lhs-15.4.0 .rubocop.yml
lhs-15.4.0.pre.hasone.1 .rubocop.yml
lhs-15.3.3 .rubocop.yml
lhs-15.3.3.pre.fixoptions.1 .rubocop.yml
lhs-15.3.2 .rubocop.yml