Sha256: 2fb5e1e8fa25915046e25e80b774b3f80e4073c4edc5afe4781837bad9d63c94

Contents?: true

Size: 724 Bytes

Versions: 1

Compression:

Stored size: 724 Bytes

Contents

require:
 - rubocop-minitest
 - rubocop-rake

AllCops:
  TargetRubyVersion: 2.7
  NewCops: enable
  Exclude:
    - lib/lifeform/phlex_renderable.rb

Lint/MissingSuper:
  Enabled: false

Metrics/AbcSize:
  Exclude:
  - test/**/*.rb

Metrics/ClassLength:
  Exclude:
  - test/**/*.rb

Metrics/MethodLength:
  Max: 20
  Exclude:
  - test/**/*.rb

Style/Documentation:
  Enabled: false

Style/Lambda:
  Enabled: false

Style/LambdaCall:
  Enabled: false

Style/MultilineBlockChain:
  Enabled: false

Style/StringLiterals:
  Enabled: true
  EnforcedStyle: double_quotes

Style/StringLiteralsInInterpolation:
  Enabled: true
  EnforcedStyle: double_quotes

Style/ParallelAssignment:
  Enabled: false

Layout/LineLength:
  Max: 120

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
lifeform-0.10.0 .rubocop.yml