Sha256: 845df50f68ef3a5b5dbd21b35fe5678788dc4f29d6d6a6adad1d28ba58b3e39a

Contents?: true

Size: 829 Bytes

Versions: 76

Compression:

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

Style/RegexpLiteral:
  Enabled: false

Style/FrozenStringLiteralComment:
  Enabled: true

Version data entries

76 entries across 76 versions & 1 rubygems

Version Path
lhs-26.2.0 .rubocop.yml
lhs-26.1.0 .rubocop.yml
lhs-26.0.1 .rubocop.yml
lhs-26.0.0 .rubocop.yml
lhs-25.2.0 .rubocop.yml
lhs-25.1.0 .rubocop.yml
lhs-25.0.4 .rubocop.yml
lhs-25.0.3 .rubocop.yml
lhs-25.0.2 .rubocop.yml
lhs-25.0.1 .rubocop.yml
lhs-25.0.0 .rubocop.yml
lhs-24.1.2 .rubocop.yml
lhs-24.1.1 .rubocop.yml
lhs-24.1.0 .rubocop.yml
lhs-24.1.0.pre.2 .rubocop.yml
lhs-24.1.0.pre.1 .rubocop.yml
lhs-24.0.0 .rubocop.yml
lhs-23.0.2 .rubocop.yml
lhs-23.0.1 .rubocop.yml
lhs-23.0.0 .rubocop.yml