Sha256: ad333b2ffa7c0962df8df7341741e3f6ba86639efcfe6c8bbd280b38b0b21e5f

Contents?: true

Size: 778 Bytes

Versions: 11

Compression:

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

Version data entries

11 entries across 11 versions & 1 rubygems

Version Path
lhs-16.1.5 .rubocop.yml
lhs-16.1.4 .rubocop.yml
lhs-16.1.3 .rubocop.yml
lhs-16.1.2 .rubocop.yml
lhs-16.1.1 .rubocop.yml
lhs-16.1.0 .rubocop.yml
lhs-16.0.1 .rubocop.yml
lhs-16.0.0 .rubocop.yml
lhs-15.7.0 .rubocop.yml
lhs-15.6.1 .rubocop.yml
lhs-15.6.0 .rubocop.yml