Sha256: 3c2aa15f3e18798a06d6ba3ab50b19f145ba7b9e4edb5c28fdc6907d3241a383

Contents?: true

Size: 410 Bytes

Versions: 2

Compression:

Stored size: 410 Bytes

Contents

require:
  - rubocop-rspec

AllCops:
  NewCops: enable
  TargetRubyVersion: 2.6

Layout/LineLength:
  Max: 120

Layout/MultilineMethodCallIndentation:
  EnforcedStyle: indented_relative_to_receiver

Style/Documentation:
  Enabled: false

Style/PercentLiteralDelimiters:
  PreferredDelimiters:
    default: ()
    '%w': '()'
    '%W': '()'
    '%i': '()'
    '%I': '()'

Style/NumericLiterals:
  Enabled: false

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
conifer-2.0.0 .rubocop.yml
conifer-1.3.0 .rubocop.yml